============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6vmi/000152/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/6vmi/000152/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000152/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/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/topic_3.txt' has failed with code 100.
E   Errors:
E   ...5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7afeeecb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7afeef2980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000152/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/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/6vmi/000152/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000152/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/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 427837
DEBUG    ya.test:process.py:259 Command (pid 427837) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 427837) elapsed time (sec): 25.24087166786194
DEBUG    ya.test:process.py:263 Command (pid 427837) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 427837) inblock: 61528
DEBUG    ya.test:process.py:263 Command (pid 427837) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 427837) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 427837) majflt: 1290
DEBUG    ya.test:process.py:263 Command (pid 427837) maxrss: 1501384
DEBUG    ya.test:process.py:263 Command (pid 427837) minflt: 984224
DEBUG    ya.test:process.py:263 Command (pid 427837) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 427837) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 427837) nivcsw: 1078
DEBUG    ya.test:process.py:263 Command (pid 427837) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 427837) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 427837) nvcsw: 106254
DEBUG    ya.test:process.py:263 Command (pid 427837) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 427837) stime: 4.032759
DEBUG    ya.test:process.py:263 Command (pid 427837) utime: 12.440854999999999
DEBUG    ya.test:process.py:263 Command (pid 427837) wtime: 25.25
DEBUG    ya.test:process.py:275 Command (pid 427837) output:
2026-01-28T17:36:03.638253Z Fetching udfs...
2026-01-28T17:36:09.584255Z Initialization of fq runner...
2026-01-28T17:36:13.975072Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.519380s

DEBUG    ya.test:process.py:276 Command (pid 427837) errors:
...0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afeeeb4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7afeeeb4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7afeeebcac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7afeeebcac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7afeef28ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7afeef290090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7afeef290090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7afeeec6182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7afeeecb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7afeef2980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afeeebe2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7afeeebe9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7afeeeb64d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7afeeeb6dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7afeef2973ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7afeef2971ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7afeef296f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7afeef294a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7afeef294a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7afeef294ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7afeef6f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7afeef6f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7afeef6f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7afeee78b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7eff0dda7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afeeeb4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7afeeeb4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7afeeebcb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7afeeebcb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7afeeec64686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7afeeec64686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7afeeec60dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7afeeecb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7afeef2980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7afeef2978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7afeef294bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7afeef294aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7afeef294ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7afeef6f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7afeef6f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7afeef6f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7afeee78b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afeeebe2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7afeeebe4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7afeeebe4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7afeef28f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7afeef28ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7afeef28c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7afeef2bb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7afeeecb2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7afeeecb2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7afeeecb2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7afeef2975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7afeef294bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7afeef294aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7afeef294ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afeeebe2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7afeeebe9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7afeeec02524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7afeeec02524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7afeeec02524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7afeeeb6a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7afeeeb6a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7afeeebd1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7afeeebd25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7afeeebd25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7afeeebd25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7afeeebd3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7afeeebbad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7afeef297044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7afeef297044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7afeef296f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7afeef294a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7afeef294a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7afeef294ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7afeef6f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7afeef6f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7afeef6f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7afeee78b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7eff0dda7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afeeeb4ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7afeeeb4ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7afeef28f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7afeef28ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7afeef28c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7afeef2bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7afeeecb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7afeef2980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7afeef2978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afeeeb4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7afeeeb4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7afeeebcb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7afeeebcb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7afeeeb6a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7afeeeb5a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7afeeeb5a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7afeeec60ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7afeeecb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7afeef2980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7afeef2978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7afeef294bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7afeef294aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7afeef294ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7afeef6f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7afeef6f7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7afeef6f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7afeee78b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afeeeb4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7afeeeb4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7afeeebcac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7afeeebcac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7afeef28ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7afeef28c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7afeef2bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7afeeecb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afeeebe2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7afeeebe9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7afeeec02524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7afeeec02524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7afeeec02524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7afeeeb6a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7afeeeb6a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7afeeebd1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7afeeebd25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7afeeebd25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7afeeebd25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7afeeebce5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7afeeebae92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7afeeeb5a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7afeeeb5a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7afeeec60ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7afeeeb5a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7afeeeb5a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7afeeeb5ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7afeeeb5ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7afeeecb2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7afeeecb2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7afeef2975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afeeeb4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7afeeeb4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7afeeebcac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7afeeebcac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7afeef28ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7afeef28c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7afeef2bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afeeebe2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7afeeebe4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7afeeebe4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7afeef28f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7afeef28ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7afeef28c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7afeef2bb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7afeeecb2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7afeeecb2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7afeeecb2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7afeef2975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7afeef294bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7afeef294aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7afeef294ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afeeeb4ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7afeeeb4ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7afeef28f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7afeef28c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7afeef2bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afeeeb8c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7afeeeb8c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7afeef28e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7afeef28c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7afeef2bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afeeeb8c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7afeeeb8c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7afeef28e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7afeef28c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7afeef2bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7afeeecb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7afeef2980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afeeeb4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7afeeeb4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7afeeebcac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7afeeebcac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7afeef28ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7afeef290090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7afeef290090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7afeeec6182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7afeeecb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7afeef2980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afeeebe2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7afeeebe9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7afeeeb64d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7afeeeb6dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7afeef2973ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7afeef2971ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7afeef296f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7afeef294a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7afeef294a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7afeef294ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7afeef6f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7afeef6f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7afeef6f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7afeee78b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7eff0dda7d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afeeeb4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7afeeeb4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7afeeebcb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7afeeebcb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7afeeec64686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7afeeec64686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7afeeec60dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7afeeecb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7afeef2980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7afeef2978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7afeef294bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7afeef294aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7afeef294ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7afeef6f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7afeef6f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7afeef6f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7afeee78b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afeeebe2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7afeeebe4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7afeeebe4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7afeef28f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7afeef28ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7afeef28c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7afeef2bb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7afeeecb2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7afeeecb2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7afeeecb2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7afeef2975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7afeef294bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7afeef294aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7afeef294ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afeeebe2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7afeeebe9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7afeeec02524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7afeeec02524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7afeeec02524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7afeeeb6a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7afeeeb6a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7afeeebd1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7afeeebd25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7afeeebd25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7afeeebd25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7afeeebd3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7afeeebbad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7afeef297044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7afeef297044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7afeef296f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7afeef294a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7afeef294a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7afeef294ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7afeef6f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7afeef6f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7afeef6f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7afeee78b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7eff0dda7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afeeeb4ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7afeeeb4ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7afeef28f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7afeef28ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7afeef28c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7afeef2bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7afeeecb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7afeef2980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7afeef2978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afeeeb4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7afeeeb4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7afeeebcb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7afeeebcb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7afeeeb6a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7afeeeb5a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7afeeeb5a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7afeeec60ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7afeeecb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7afeef2980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7afeef2978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7afeef294bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7afeef294aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7afeef294ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7afeef6f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7afeef6f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7afeef6f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7afeee78b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afeeeb4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7afeeeb4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7afeeebcac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7afeeebcac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7afeef28ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7afeef28c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7afeef2bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7afeeecb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afeeebe2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7afeeebe9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7afeeec02524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7afeeec02524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7afeeec02524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7afeeeb6a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7afeeeb6a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7afeeebd1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7afeeebd25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7afeeebd25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7afeeebd25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7afeeebce5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7afeeebae92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7afeeeb5a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7afeeeb5a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7afeeec60ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7afeeeb5a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7afeeeb5a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7afeeeb5ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7afeeeb5ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7afeeecb2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7afeeecb2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7afeef2975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afeeeb4b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7afeeeb4b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7afeeebcac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7afeeebcac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7afeef28ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7afeef28c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7afeef2bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afeeebe2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7afeeebe4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7afeeebe4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7afeef28f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7afeef28ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7afeef28c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7afeef2bb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7afeeecb2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7afeeecb2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7afeeecb2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7afeef2975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7afeef294bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7afeef294aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7afeef294ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afeeeb4ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7afeeeb4ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7afeef28f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7afeef28c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7afeef2bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afeeeb8c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7afeeeb8c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7afeef28e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7afeef28c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7afeef2bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afeeeb8c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7afeeeb8c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7afeef28e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7afeef28ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7afeef28ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7afeef28c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7afeef28c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7afeef2bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7afeeebb741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7afeeecb47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7afeeecb47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7afeeecb47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7afeeebb6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7afeeec5e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7afeeec5e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7afeeec56d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7afeeec56d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7afeeec56d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7afeeec32de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7afeeec32de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7afeeec6288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7afeeeb5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7afeeecb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7afeef2980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
25.29s 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/6vmi/000152/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000152/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/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000152/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_vimgbgw9/topic_3.txt' has failed with code 100.
Errors:
...5b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7afeeeb5b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7afeeeb5b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7afeeecb216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7afeeecb216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7afeeec31df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7afeeec31df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7afeeebb5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7afeeeb5a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7afeeeb5a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7afeeeb5a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7afeeecb1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7afeeecb1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7afeef2980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
============================== 1 failed in 25.98s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6vmi/000150/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/6vmi/000150/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000150/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/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/topic_3.txt' has failed with code 100.
E   Errors:
E   ...9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b85a15f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b85a1bd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000150/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/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/6vmi/000150/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000150/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/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 427835
DEBUG    ya.test:process.py:259 Command (pid 427835) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 427835) elapsed time (sec): 25.911985874176025
DEBUG    ya.test:process.py:263 Command (pid 427835) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 427835) inblock: 59328
DEBUG    ya.test:process.py:263 Command (pid 427835) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 427835) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 427835) majflt: 1279
DEBUG    ya.test:process.py:263 Command (pid 427835) maxrss: 1503000
DEBUG    ya.test:process.py:263 Command (pid 427835) minflt: 983775
DEBUG    ya.test:process.py:263 Command (pid 427835) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 427835) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 427835) nivcsw: 1289
DEBUG    ya.test:process.py:263 Command (pid 427835) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 427835) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 427835) nvcsw: 106453
DEBUG    ya.test:process.py:263 Command (pid 427835) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 427835) stime: 4.092114
DEBUG    ya.test:process.py:263 Command (pid 427835) utime: 12.568365
DEBUG    ya.test:process.py:263 Command (pid 427835) wtime: 25.915
DEBUG    ya.test:process.py:275 Command (pid 427835) output:
2026-01-28T17:36:03.638420Z Fetching udfs...
2026-01-28T17:36:09.584297Z Initialization of fq runner...
2026-01-28T17:36:13.970333Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.531096s

DEBUG    ya.test:process.py:276 Command (pid 427835) errors:
...0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b85a148b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b85a148b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b85a150ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b85a150ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b85a1bcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b85a1bd0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b85a1bd0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b85a15a182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b85a15f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b85a1bd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b85a1522bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b85a1529fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b85a14a4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b85a14adff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b85a1bd73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b85a1bd71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b85a1bd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b85a1bd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b85a1bd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b85a1bd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b85a2037db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b85a2037db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b85a20376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b85a10cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f85c06e6d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b85a148b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b85a148b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b85a150b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b85a150b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b85a15a4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b85a15a4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b85a15a0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b85a15f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b85a1bd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b85a1bd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b85a1bd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b85a1bd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b85a1bd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b85a2037db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b85a2037db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b85a20376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b85a10cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b85a1522bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b85a1524424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b85a1524424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b85a1bcf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b85a1bcec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b85a1bcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b85a1bfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b85a15f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b85a15f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b85a15f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b85a1bd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b85a1bd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b85a1bd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b85a1bd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b85a1522bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b85a1529fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b85a1542524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b85a1542524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b85a1542524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b85a14aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b85a14aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b85a1511acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b85a15125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b85a15125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b85a15125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b85a1513e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b85a14fad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b85a1bd7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b85a1bd7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b85a1bd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b85a1bd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b85a1bd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b85a1bd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b85a2037db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b85a2037db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b85a20376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b85a10cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f85c06e6d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b85a148ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b85a148ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b85a1bcf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b85a1bcece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b85a1bcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b85a1bfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b85a15f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b85a1bd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b85a1bd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b85a148b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b85a148b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b85a150b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b85a150b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b85a14aa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b85a149a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b85a149a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b85a15a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b85a15f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b85a1bd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b85a1bd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b85a1bd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b85a1bd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b85a1bd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b85a2037db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b85a2037db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b85a20376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b85a10cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b85a148b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b85a148b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b85a150ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b85a150ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b85a1bcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b85a1bcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b85a1bfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b85a15f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b85a1522bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b85a1529fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b85a1542524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b85a1542524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b85a1542524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b85a14aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b85a14aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b85a1511acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b85a15125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b85a15125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b85a15125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b85a150e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b85a14ee92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b85a149a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b85a149a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b85a15a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b85a149a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b85a149a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b85a149ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b85a149ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b85a15f2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b85a15f2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b85a1bd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b85a148b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b85a148b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b85a150ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b85a150ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b85a1bcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b85a1bcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b85a1bfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b85a1522bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b85a1524424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b85a1524424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b85a1bcf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b85a1bcec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b85a1bcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b85a1bfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b85a15f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b85a15f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b85a15f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b85a1bd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b85a1bd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b85a1bd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b85a1bd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b85a148ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b85a148ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b85a1bcf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b85a1bcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b85a1bfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b85a14cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b85a14cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b85a1bce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b85a1bcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b85a1bfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b85a14cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b85a14cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b85a1bce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b85a1bcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b85a1bfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b85a15f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b85a1bd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b85a148b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b85a148b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b85a150ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b85a150ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b85a1bcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b85a1bd0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b85a1bd0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b85a15a182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b85a15f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b85a1bd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b85a1522bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b85a1529fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b85a14a4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b85a14adff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b85a1bd73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b85a1bd71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b85a1bd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b85a1bd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b85a1bd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b85a1bd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b85a2037db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b85a2037db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b85a20376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b85a10cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f85c06e6d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b85a148b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b85a148b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b85a150b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b85a150b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b85a15a4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b85a15a4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b85a15a0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b85a15f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b85a1bd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b85a1bd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b85a1bd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b85a1bd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b85a1bd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b85a2037db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b85a2037db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b85a20376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b85a10cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b85a1522bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b85a1524424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b85a1524424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b85a1bcf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b85a1bcec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b85a1bcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b85a1bfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b85a15f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b85a15f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b85a15f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b85a1bd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b85a1bd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b85a1bd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b85a1bd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b85a1522bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b85a1529fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b85a1542524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b85a1542524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b85a1542524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b85a14aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b85a14aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b85a1511acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b85a15125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b85a15125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b85a15125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b85a1513e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b85a14fad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b85a1bd7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b85a1bd7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b85a1bd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b85a1bd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b85a1bd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b85a1bd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b85a2037db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b85a2037db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b85a20376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b85a10cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f85c06e6d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b85a148ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b85a148ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b85a1bcf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b85a1bcece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b85a1bcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b85a1bfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b85a15f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b85a1bd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b85a1bd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b85a148b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b85a148b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b85a150b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b85a150b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b85a14aa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b85a149a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b85a149a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b85a15a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b85a15f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b85a1bd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b85a1bd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b85a1bd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b85a1bd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b85a1bd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b85a2037db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b85a2037db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b85a20376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b85a10cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b85a148b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b85a148b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b85a150ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b85a150ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b85a1bcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b85a1bcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b85a1bfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b85a15f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b85a1522bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b85a1529fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b85a1542524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b85a1542524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b85a1542524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b85a14aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b85a14aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b85a1511acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b85a15125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b85a15125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b85a15125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b85a150e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b85a14ee92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b85a149a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b85a149a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b85a15a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b85a149a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b85a149a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b85a149ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b85a149ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b85a15f2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b85a15f2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b85a1bd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b85a148b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b85a148b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b85a150ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b85a150ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b85a1bcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b85a1bcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b85a1bfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b85a1522bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b85a1524424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b85a1524424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b85a1bcf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b85a1bcec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b85a1bcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b85a1bfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b85a15f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b85a15f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b85a15f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b85a1bd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b85a1bd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b85a1bd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b85a1bd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b85a148ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b85a148ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b85a1bcf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b85a1bcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b85a1bfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b85a14cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b85a14cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b85a1bce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b85a1bcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b85a1bfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b85a14cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b85a14cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b85a1bce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b85a1bcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b85a1bcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b85a1bcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b85a1bcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b85a1bfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b85a14f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b85a15f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b85a15f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b85a15f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b85a14f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b85a159e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b85a159e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b85a1596d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b85a1596d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b85a1596d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b85a1572de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b85a1572de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b85a15a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b85a149b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b85a15f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b85a1bd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
25.96s call     test_sql_negative.py::test[watermarks-bad_pushdown-default.txt]
0.03s 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/6vmi/000150/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000150/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/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000150/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_1wif0sxz/topic_3.txt' has failed with code 100.
Errors:
...9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b85a149b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b85a149b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b85a15f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b85a15f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b85a1571df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b85a1571df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b85a14f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b85a149a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b85a149a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b85a149a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b85a15f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b85a15f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b85a1bd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
============================== 1 failed in 26.72s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6vmi/000145/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.10s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6vmi/00014b/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.10s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/topic_3.txt' has failed with code 100.
E   Errors:
E   ...3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bc3f0291a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bc3f08780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000148/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 428167
DEBUG    ya.test:process.py:259 Command (pid 428167) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 428167) elapsed time (sec): 24.350732803344727
DEBUG    ya.test:process.py:263 Command (pid 428167) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 428167) inblock: 50088
DEBUG    ya.test:process.py:263 Command (pid 428167) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 428167) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 428167) majflt: 1105
DEBUG    ya.test:process.py:263 Command (pid 428167) maxrss: 1552812
DEBUG    ya.test:process.py:263 Command (pid 428167) minflt: 994372
DEBUG    ya.test:process.py:263 Command (pid 428167) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 428167) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 428167) nivcsw: 1174
DEBUG    ya.test:process.py:263 Command (pid 428167) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 428167) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 428167) nvcsw: 107228
DEBUG    ya.test:process.py:263 Command (pid 428167) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 428167) stime: 4.260518
DEBUG    ya.test:process.py:263 Command (pid 428167) utime: 12.249597
DEBUG    ya.test:process.py:263 Command (pid 428167) wtime: 24.354
DEBUG    ya.test:process.py:275 Command (pid 428167) output:
2026-01-28T17:36:04.651737Z Fetching udfs...
2026-01-28T17:36:09.587467Z Initialization of fq runner...
2026-01-28T17:36:13.620897Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.240029s
2026-01-28T17:36:14.869175Z Fetching query results...
2026-01-28T17:36:14.869203Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 428167) errors:
...0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc3f012b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc3f012b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc3f01aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc3f01aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc3f086ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc3f0870090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bc3f0870090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bc3f024182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bc3f0291a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bc3f08780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc3f01c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc3f01c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc3f0144d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bc3f014dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bc3f08773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bc3f08771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bc3f0876f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bc3f0874a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bc3f0874a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bc3f0874ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bc3f0cd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bc3f0cd7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc3f0cd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc3efd6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fc40f387d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc3f012b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc3f012b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc3f01ab334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc3f01ab334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bc3f0244686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bc3f0244686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bc3f0240dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bc3f0291a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bc3f08780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bc3f08778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bc3f0874bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc3f0874aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bc3f0874ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bc3f0cd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bc3f0cd7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc3f0cd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc3efd6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc3f01c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc3f01c4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc3f01c4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc3f086f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc3f086ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc3f086c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc3f089b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bc3f0292e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bc3f0292e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bc3f0292e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bc3f08775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bc3f0874bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bc3f0874aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bc3f0874ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc3f01c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc3f01c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc3f01e2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc3f01e2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc3f01e2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc3f014a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc3f014a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc3f01b1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc3f01b25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc3f01b25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc3f01b25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc3f01b3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bc3f019ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bc3f0877044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bc3f0877044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bc3f0876f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bc3f0874a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bc3f0874a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bc3f0874ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bc3f0cd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bc3f0cd7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc3f0cd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc3efd6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fc40f387d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc3f012ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc3f012ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc3f086f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc3f086ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bc3f086c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bc3f089bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bc3f0291a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bc3f08780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bc3f08778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc3f012b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc3f012b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc3f01ab18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc3f01ab18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bc3f014a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bc3f013a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bc3f013a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bc3f0240ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bc3f0291a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bc3f08780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bc3f08778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bc3f0874bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bc3f0874aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bc3f0874ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bc3f0cd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bc3f0cd7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc3f0cd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc3efd6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc3f012b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc3f012b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc3f01aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc3f01aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc3f086ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bc3f086c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bc3f089bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bc3f0291a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc3f01c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc3f01c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc3f01e2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc3f01e2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc3f01e2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc3f014a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc3f014a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc3f01b1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc3f01b25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc3f01b25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc3f01b25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc3f01ae5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bc3f018e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bc3f013a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc3f013a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bc3f0240ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bc3f013a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bc3f013a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bc3f013ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bc3f013ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bc3f0292e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bc3f0292e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bc3f08775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc3f012b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc3f012b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc3f01aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc3f01aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc3f086ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc3f086c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc3f089bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc3f01c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc3f01c4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc3f01c4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc3f086f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc3f086ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc3f086c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc3f089b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bc3f0292e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bc3f0292e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bc3f0292e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bc3f08775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bc3f0874bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bc3f0874aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bc3f0874ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc3f012ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc3f012ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc3f086f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc3f086c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc3f089bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc3f016c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bc3f016c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bc3f086e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc3f086c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc3f089bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc3f016c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bc3f016c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bc3f086e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bc3f086c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bc3f089bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bc3f0291a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bc3f08780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc3f012b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc3f012b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc3f01aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc3f01aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc3f086ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc3f0870090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bc3f0870090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bc3f024182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bc3f0291a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bc3f08780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc3f01c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc3f01c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc3f0144d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bc3f014dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bc3f08773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bc3f08771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bc3f0876f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bc3f0874a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bc3f0874a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bc3f0874ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bc3f0cd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bc3f0cd7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc3f0cd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc3efd6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fc40f387d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc3f012b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc3f012b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc3f01ab334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc3f01ab334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bc3f0244686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bc3f0244686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bc3f0240dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bc3f0291a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bc3f08780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bc3f08778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bc3f0874bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc3f0874aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bc3f0874ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bc3f0cd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bc3f0cd7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc3f0cd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc3efd6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc3f01c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc3f01c4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc3f01c4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc3f086f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc3f086ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc3f086c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc3f089b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bc3f0292e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bc3f0292e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bc3f0292e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bc3f08775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bc3f0874bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bc3f0874aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bc3f0874ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc3f01c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc3f01c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc3f01e2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc3f01e2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc3f01e2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc3f014a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc3f014a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc3f01b1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc3f01b25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc3f01b25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc3f01b25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc3f01b3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bc3f019ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bc3f0877044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bc3f0877044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bc3f0876f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bc3f0874a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bc3f0874a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bc3f0874ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bc3f0cd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bc3f0cd7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc3f0cd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc3efd6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fc40f387d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc3f012ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc3f012ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc3f086f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc3f086ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bc3f086c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bc3f089bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bc3f0291a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bc3f08780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bc3f08778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc3f012b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc3f012b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc3f01ab18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc3f01ab18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bc3f014a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bc3f013a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bc3f013a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bc3f0240ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bc3f0291a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bc3f08780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bc3f08778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bc3f0874bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bc3f0874aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bc3f0874ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bc3f0cd7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bc3f0cd7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc3f0cd76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc3efd6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc3f012b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc3f012b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc3f01aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc3f01aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc3f086ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bc3f086c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bc3f089bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bc3f0291a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc3f01c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc3f01c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc3f01e2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc3f01e2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc3f01e2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc3f014a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc3f014a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc3f01b1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc3f01b25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc3f01b25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc3f01b25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc3f01ae5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bc3f018e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bc3f013a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc3f013a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bc3f0240ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bc3f013a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bc3f013a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bc3f013ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bc3f013ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bc3f0292e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bc3f0292e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bc3f08775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc3f012b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc3f012b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc3f01aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc3f01aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc3f086ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc3f086c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc3f089bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc3f01c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc3f01c4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc3f01c4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc3f086f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc3f086ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc3f086c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc3f089b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bc3f0292e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bc3f0292e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bc3f0292e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bc3f08775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bc3f0874bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bc3f0874aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bc3f0874ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc3f012ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc3f012ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc3f086f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc3f086c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc3f089bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc3f016c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bc3f016c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bc3f086e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc3f086c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc3f089bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc3f016c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bc3f016c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bc3f086e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bc3f086ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc3f086ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc3f086c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bc3f086c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bc3f089bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bc3f019741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bc3f02947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bc3f02947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bc3f02947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bc3f0196214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bc3f023e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc3f023e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc3f0236d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc3f0236d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc3f0236d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc3f0212de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc3f0212de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc3f024288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc3f013b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bc3f0291a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bc3f08780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000148/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/topic_3.txt' has failed with code 100.
E   Errors:
E   ...cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bd8dda21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bd8de0080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 433310
DEBUG    ya.test:process.py:259 Command (pid 433310) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 433310) elapsed time (sec): 19.100388765335083
DEBUG    ya.test:process.py:263 Command (pid 433310) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 433310) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 433310) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 433310) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 433310) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 433310) maxrss: 1533596
DEBUG    ya.test:process.py:263 Command (pid 433310) minflt: 999479
DEBUG    ya.test:process.py:263 Command (pid 433310) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 433310) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 433310) nivcsw: 880
DEBUG    ya.test:process.py:263 Command (pid 433310) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 433310) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 433310) nvcsw: 106483
DEBUG    ya.test:process.py:263 Command (pid 433310) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 433310) stime: 4.05265
DEBUG    ya.test:process.py:263 Command (pid 433310) utime: 12.095558
DEBUG    ya.test:process.py:263 Command (pid 433310) wtime: 19.104
DEBUG    ya.test:process.py:275 Command (pid 433310) output:
2026-01-28T17:36:29.525202Z Fetching udfs...
2026-01-28T17:36:30.038955Z Initialization of fq runner...
2026-01-28T17:36:33.824134Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.086056s
2026-01-28T17:36:34.917072Z Fetching query results...
2026-01-28T17:36:34.917101Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 433310) errors:
...0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd8dd8bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd8dd8bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd8dd93ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd8dd93ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd8ddffee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd8de000090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bd8de000090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bd8dd9d182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bd8dda21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bd8de0080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd8dd952bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd8dd959fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd8dd8d4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bd8dd8ddff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bd8de0073ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bd8de0071ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bd8de006f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bd8de004a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bd8de004a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bd8de004ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bd8de467db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bd8de467db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd8de4676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd8dd4fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fd8fcb16d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd8dd8bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd8dd8bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd8dd93b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd8dd93b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bd8dd9d4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bd8dd9d4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bd8dd9d0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bd8dda21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bd8de0080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bd8de0078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bd8de004bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bd8de004aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bd8de004ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bd8de467db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bd8de467db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd8de4676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd8dd4fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd8dd952bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd8dd954424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd8dd954424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd8ddfff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd8ddffec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd8ddffc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bd8de02b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bd8dda22e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bd8dda22e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bd8dda22e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bd8de0075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bd8de004bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bd8de004aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bd8de004ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd8dd952bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd8dd959fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd8dd972524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bd8dd972524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bd8dd972524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bd8dd8da26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bd8dd8da26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bd8dd941acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bd8dd9425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bd8dd9425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bd8dd9425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bd8dd943e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bd8dd92ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bd8de007044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bd8de007044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bd8de006f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bd8de004a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bd8de004a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bd8de004ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bd8de467db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bd8de467db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd8de4676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd8dd4fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fd8fcb16d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd8dd8bed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bd8dd8bed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bd8ddfff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bd8ddffece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bd8ddffc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bd8de02bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bd8dda21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bd8de0080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bd8de0078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd8dd8bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd8dd8bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd8dd93b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd8dd93b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bd8dd8da356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bd8dd8ca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bd8dd8ca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bd8dd9d0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bd8dda21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bd8de0080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bd8de0078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bd8de004bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bd8de004aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bd8de004ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bd8de467db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bd8de467db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd8de4676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd8dd4fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd8dd8bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd8dd8bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd8dd93ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd8dd93ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd8ddffee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bd8ddffc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bd8de02bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bd8dda21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd8dd952bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd8dd959fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd8dd972524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bd8dd972524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bd8dd972524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bd8dd8da26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bd8dd8da26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bd8dd941acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bd8dd9425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bd8dd9425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bd8dd9425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bd8dd93e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bd8dd91e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bd8dd8ca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd8dd8ca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bd8dd9d0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bd8dd8ca511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bd8dd8ca511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bd8dd8cab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bd8dd8cab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bd8dda22e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bd8dda22e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bd8de0075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd8dd8bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd8dd8bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd8dd93ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd8dd93ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd8ddffee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bd8ddffc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bd8de02bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd8dd952bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd8dd954424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd8dd954424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd8ddfff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd8ddffec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd8ddffc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bd8de02b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bd8dda22e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bd8dda22e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bd8dda22e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bd8de0075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bd8de004bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bd8de004aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bd8de004ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd8dd8bed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bd8dd8bed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bd8ddfff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bd8ddffc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd8de02bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd8dd8fc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bd8dd8fc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bd8ddffe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bd8ddffc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd8de02bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd8dd8fc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bd8dd8fc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bd8ddffe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bd8ddffc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bd8de02bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bd8dda21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bd8de0080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd8dd8bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd8dd8bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd8dd93ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd8dd93ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd8ddffee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd8de000090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bd8de000090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bd8dd9d182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bd8dda21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bd8de0080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd8dd952bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd8dd959fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd8dd8d4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bd8dd8ddff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bd8de0073ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bd8de0071ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bd8de006f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bd8de004a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bd8de004a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bd8de004ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bd8de467db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bd8de467db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd8de4676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd8dd4fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fd8fcb16d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd8dd8bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd8dd8bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd8dd93b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd8dd93b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bd8dd9d4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bd8dd9d4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bd8dd9d0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bd8dda21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bd8de0080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bd8de0078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bd8de004bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bd8de004aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bd8de004ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bd8de467db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bd8de467db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd8de4676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd8dd4fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd8dd952bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd8dd954424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd8dd954424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd8ddfff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd8ddffec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd8ddffc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bd8de02b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bd8dda22e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bd8dda22e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bd8dda22e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bd8de0075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bd8de004bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bd8de004aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bd8de004ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd8dd952bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd8dd959fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd8dd972524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bd8dd972524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bd8dd972524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bd8dd8da26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bd8dd8da26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bd8dd941acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bd8dd9425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bd8dd9425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bd8dd9425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bd8dd943e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bd8dd92ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bd8de007044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bd8de007044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bd8de006f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bd8de004a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bd8de004a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bd8de004ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bd8de467db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bd8de467db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd8de4676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd8dd4fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fd8fcb16d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd8dd8bed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bd8dd8bed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bd8ddfff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bd8ddffece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bd8ddffc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bd8de02bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bd8dda21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bd8de0080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bd8de0078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd8dd8bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd8dd8bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd8dd93b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd8dd93b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bd8dd8da356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bd8dd8ca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bd8dd8ca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bd8dd9d0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bd8dda21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bd8de0080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bd8de0078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bd8de004bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bd8de004aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bd8de004ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bd8de467db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bd8de467db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd8de4676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd8dd4fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd8dd8bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd8dd8bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd8dd93ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd8dd93ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd8ddffee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bd8ddffc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bd8de02bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bd8dda21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd8dd952bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd8dd959fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd8dd972524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bd8dd972524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bd8dd972524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bd8dd8da26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bd8dd8da26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bd8dd941acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bd8dd9425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bd8dd9425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bd8dd9425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bd8dd93e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bd8dd91e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bd8dd8ca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd8dd8ca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bd8dd9d0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bd8dd8ca511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bd8dd8ca511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bd8dd8cab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bd8dd8cab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bd8dda22e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bd8dda22e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bd8de0075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd8dd8bb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd8dd8bb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd8dd93ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd8dd93ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd8ddffee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bd8ddffc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bd8de02bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd8dd952bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd8dd954424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd8dd954424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd8ddfff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd8ddffec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd8ddffc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bd8de02b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bd8dda22e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bd8dda22e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bd8dda22e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bd8de0075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bd8de004bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bd8de004aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bd8de004ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd8dd8bed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bd8dd8bed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bd8ddfff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bd8ddffc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd8de02bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd8dd8fc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bd8dd8fc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bd8ddffe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bd8ddffc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd8de02bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd8dd8fc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bd8dd8fc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bd8ddffe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bd8ddffee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd8ddffec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd8ddffc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bd8ddffc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bd8de02bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bd8dd92741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bd8dda247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bd8dda247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bd8dda247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bd8dd926214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bd8dd9ce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bd8dd9ce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bd8dd9c6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bd8dd9c6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bd8dd9c6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bd8dd9a2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bd8dd9a2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd8dd9d288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bd8dd8cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bd8dda21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bd8de0080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000148/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/topic_3.txt' has failed with code 100.
E   Errors:
E   ...bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7be96d511a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7be96daf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 451876 byte(s) leaked in 8428 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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 443257
DEBUG    ya.test:process.py:259 Command (pid 443257) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 443257) elapsed time (sec): 20.68215847015381
DEBUG    ya.test:process.py:263 Command (pid 443257) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 443257) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 443257) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 443257) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 443257) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 443257) maxrss: 1530028
DEBUG    ya.test:process.py:263 Command (pid 443257) minflt: 999837
DEBUG    ya.test:process.py:263 Command (pid 443257) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 443257) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 443257) nivcsw: 1624
DEBUG    ya.test:process.py:263 Command (pid 443257) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 443257) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 443257) nvcsw: 105090
DEBUG    ya.test:process.py:263 Command (pid 443257) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 443257) stime: 4.097463
DEBUG    ya.test:process.py:263 Command (pid 443257) utime: 12.174355
DEBUG    ya.test:process.py:263 Command (pid 443257) wtime: 20.685
DEBUG    ya.test:process.py:275 Command (pid 443257) output:
2026-01-28T17:36:48.897140Z Fetching udfs...
2026-01-28T17:36:49.421524Z Initialization of fq runner...
2026-01-28T17:36:53.235781Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.158935s
2026-01-28T17:36:54.399396Z Fetching query results...
2026-01-28T17:36:54.399426Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 443257) errors:
...0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be96d3ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be96d3ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be96d42ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be96d42ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be96daeee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be96daf0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7be96daf0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7be96d4c182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7be96d511a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7be96daf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be96d442bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be96d449fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be96d3c4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7be96d3cdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7be96daf73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7be96daf71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7be96daf6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7be96daf4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7be96daf4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7be96daf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7be96df57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7be96df57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be96df576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be96cfeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fe98c5fdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be96d3ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be96d3ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be96d42b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be96d42b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7be96d4c4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7be96d4c4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7be96d4c0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7be96d511a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7be96daf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7be96daf78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7be96daf4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7be96daf4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7be96daf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7be96df57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7be96df57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be96df576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be96cfeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be96d442bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be96d444424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be96d444424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be96daef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be96daeec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be96daec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7be96db1b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7be96d512e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7be96d512e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7be96d512e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7be96daf75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7be96daf4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7be96daf4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7be96daf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be96d442bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be96d449fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be96d462524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be96d462524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be96d462524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be96d3ca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be96d3ca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be96d431acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be96d4325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be96d4325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be96d4325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be96d433e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7be96d41ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7be96daf7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7be96daf7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7be96daf6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7be96daf4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7be96daf4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7be96daf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7be96df57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7be96df57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be96df576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be96cfeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fe98c5fdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be96d3aed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7be96d3aed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7be96daef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7be96daeece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7be96daec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7be96db1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7be96d511a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7be96daf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7be96daf78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be96d3ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be96d3ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be96d42b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be96d42b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7be96d3ca356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7be96d3ba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7be96d3ba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7be96d4c0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7be96d511a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7be96daf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7be96daf78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7be96daf4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7be96daf4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7be96daf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7be96df57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7be96df57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be96df576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be96cfeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be96d3ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be96d3ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be96d42ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be96d42ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be96daeee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7be96daec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7be96db1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7be96d511a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be96d442bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be96d449fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be96d462524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be96d462524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be96d462524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be96d3ca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be96d3ca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be96d431acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be96d4325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be96d4325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be96d4325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be96d42e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7be96d40e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7be96d3ba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be96d3ba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7be96d4c0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7be96d3ba511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7be96d3ba511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7be96d3bab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7be96d3bab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7be96d512e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7be96d512e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7be96daf75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be96d3ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be96d3ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be96d42ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be96d42ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be96daeee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7be96daec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7be96db1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be96d442bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be96d444424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be96d444424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be96daef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be96daeec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be96daec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7be96db1b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7be96d512e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7be96d512e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7be96d512e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7be96daf75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7be96daf4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7be96daf4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7be96daf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be96d3aed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7be96d3aed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7be96daef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be96daec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be96db1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be96d3ec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7be96d3ec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7be96daee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be96daec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be96db1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be96d3ec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7be96d3ec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7be96daee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7be96daec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7be96db1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7be96d511a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7be96daf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 451876 byte(s) leaked in 8428 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be96d3ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be96d3ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be96d42ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be96d42ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be96daeee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be96daf0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7be96daf0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7be96d4c182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7be96d511a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7be96daf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be96d442bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be96d449fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be96d3c4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7be96d3cdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7be96daf73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7be96daf71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7be96daf6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7be96daf4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7be96daf4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7be96daf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7be96df57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7be96df57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7be96df576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7be96cfeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fe98c5fdd8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be96d3ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be96d3ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be96d42b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be96d42b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7be96d4c4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7be96d4c4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7be96d4c0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7be96d511a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7be96daf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7be96daf78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7be96daf4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7be96daf4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7be96daf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7be96df57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7be96df57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7be96df576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7be96cfeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be96d442bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be96d444424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be96d444424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be96daef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be96daeec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be96daec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7be96db1b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7be96d512e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7be96d512e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7be96d512e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7be96daf75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7be96daf4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7be96daf4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7be96daf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be96d442bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be96d449fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be96d462524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be96d462524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be96d462524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be96d3ca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be96d3ca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be96d431acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be96d4325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be96d4325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be96d4325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be96d433e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7be96d41ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7be96daf7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7be96daf7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7be96daf6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7be96daf4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7be96daf4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7be96daf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7be96df57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7be96df57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7be96df576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7be96cfeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fe98c5fdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be96d3aed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7be96d3aed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7be96daef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7be96daeece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7be96daec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7be96db1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7be96d511a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7be96daf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7be96daf78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be96d3ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be96d3ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be96d42b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be96d42b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7be96d3ca356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7be96d3ba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7be96d3ba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7be96d4c0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7be96d511a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7be96daf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7be96daf78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7be96daf4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7be96daf4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7be96daf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7be96df57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7be96df57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7be96df576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7be96cfeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be96d3ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be96d3ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be96d42ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be96d42ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be96daeee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7be96daec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7be96db1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7be96d511a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be96d442bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be96d449fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be96d462524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be96d462524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be96d462524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be96d3ca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be96d3ca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be96d431acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be96d4325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be96d4325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be96d4325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be96d42e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7be96d40e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7be96d3ba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be96d3ba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7be96d4c0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7be96d3ba511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7be96d3ba511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7be96d3bab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7be96d3bab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7be96d512e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7be96d512e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7be96daf75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be96d3ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be96d3ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be96d42ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be96d42ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be96daeee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7be96daec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7be96db1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be96d442bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be96d444424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be96d444424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be96daef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be96daeec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be96daec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7be96db1b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7be96d512e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7be96d512e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7be96d512e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7be96daf75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7be96daf4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7be96daf4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7be96daf4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be96d3aed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7be96d3aed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7be96daef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be96daec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be96db1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be96d3ec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7be96d3ec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7be96daee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be96daec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be96db1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be96d3ec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7be96d3ec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7be96daee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7be96daeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be96daeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be96daec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7be96daec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7be96db1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7be96d41741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7be96d5147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7be96d5147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7be96d5147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7be96d416214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7be96d4be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7be96d4be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7be96d4b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7be96d4b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7be96d4b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7be96d492de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7be96d492de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be96d4c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7be96d3bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7be96d511a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7be96daf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 451876 byte(s) leaked in 8428 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/6vmi/000148/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/topic_3.txt' has failed with code 100.
E   Errors:
E   ...3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7afd93991a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7afd93f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 452185
DEBUG    ya.test:process.py:259 Command (pid 452185) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 452185) elapsed time (sec): 22.343952417373657
DEBUG    ya.test:process.py:263 Command (pid 452185) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 452185) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 452185) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 452185) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 452185) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 452185) maxrss: 1540152
DEBUG    ya.test:process.py:263 Command (pid 452185) minflt: 998003
DEBUG    ya.test:process.py:263 Command (pid 452185) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 452185) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 452185) nivcsw: 2131
DEBUG    ya.test:process.py:263 Command (pid 452185) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 452185) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 452185) nvcsw: 104649
DEBUG    ya.test:process.py:263 Command (pid 452185) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 452185) stime: 4.347818
DEBUG    ya.test:process.py:263 Command (pid 452185) utime: 12.22975
DEBUG    ya.test:process.py:263 Command (pid 452185) wtime: 22.352
DEBUG    ya.test:process.py:275 Command (pid 452185) output:
2026-01-28T17:37:09.897560Z Fetching udfs...
2026-01-28T17:37:10.478637Z Initialization of fq runner...
2026-01-28T17:37:15.108148Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.263375s
2026-01-28T17:37:16.377480Z Fetching query results...
2026-01-28T17:37:16.377507Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 452185) errors:
...0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afd9382b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7afd9382b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7afd938aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7afd938aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7afd93f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7afd93f70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7afd93f70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7afd9394182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7afd93991a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7afd93f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afd938c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7afd938c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7afd93844d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7afd9384dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7afd93f773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7afd93f771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7afd93f76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7afd93f74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7afd93f74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7afd93f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7afd943d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7afd943d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7afd943d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7afd9346b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7efdb2a7dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afd9382b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7afd9382b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7afd938ab334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7afd938ab334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7afd93944686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7afd93944686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7afd93940dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7afd93991a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7afd93f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7afd93f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7afd93f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7afd93f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7afd93f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7afd943d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7afd943d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7afd943d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7afd9346b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afd938c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7afd938c4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7afd938c4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7afd93f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7afd93f6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7afd93f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7afd93f9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7afd93992e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7afd93992e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7afd93992e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7afd93f775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7afd93f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7afd93f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7afd93f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afd938c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7afd938c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7afd938e2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7afd938e2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7afd938e2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7afd9384a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7afd9384a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7afd938b1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7afd938b25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7afd938b25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7afd938b25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7afd938b3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7afd9389ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7afd93f77044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7afd93f77044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7afd93f76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7afd93f74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7afd93f74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7afd93f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7afd943d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7afd943d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7afd943d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7afd9346b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7efdb2a7dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afd9382ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7afd9382ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7afd93f6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7afd93f6ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7afd93f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7afd93f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7afd93991a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7afd93f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7afd93f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afd9382b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7afd9382b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7afd938ab18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7afd938ab18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7afd9384a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7afd9383a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7afd9383a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7afd93940ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7afd93991a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7afd93f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7afd93f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7afd93f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7afd93f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7afd93f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7afd943d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7afd943d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7afd943d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7afd9346b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afd9382b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7afd9382b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7afd938aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7afd938aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7afd93f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7afd93f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7afd93f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7afd93991a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afd938c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7afd938c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7afd938e2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7afd938e2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7afd938e2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7afd9384a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7afd9384a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7afd938b1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7afd938b25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7afd938b25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7afd938b25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7afd938ae5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7afd9388e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7afd9383a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7afd9383a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7afd93940ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7afd9383a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7afd9383a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7afd9383ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7afd9383ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7afd93992e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7afd93992e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7afd93f775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afd9382b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7afd9382b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7afd938aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7afd938aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7afd93f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7afd93f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7afd93f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afd938c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7afd938c4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7afd938c4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7afd93f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7afd93f6ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7afd93f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7afd93f9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7afd93992e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7afd93992e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7afd93992e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7afd93f775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7afd93f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7afd93f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7afd93f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afd9382ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7afd9382ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7afd93f6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7afd93f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7afd93f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afd9386c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7afd9386c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7afd93f6e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7afd93f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7afd93f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7afd9386c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7afd9386c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7afd93f6e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7afd93f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7afd93f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7afd93991a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7afd93f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afd9382b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7afd9382b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7afd938aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7afd938aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7afd93f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7afd93f70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7afd93f70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7afd9394182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7afd93991a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7afd93f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afd938c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7afd938c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7afd93844d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7afd9384dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7afd93f773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7afd93f771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7afd93f76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7afd93f74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7afd93f74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7afd93f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7afd943d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7afd943d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7afd943d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7afd9346b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7efdb2a7dd8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afd9382b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7afd9382b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7afd938ab334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7afd938ab334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7afd93944686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7afd93944686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7afd93940dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7afd93991a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7afd93f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7afd93f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7afd93f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7afd93f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7afd93f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7afd943d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7afd943d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7afd943d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7afd9346b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afd938c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7afd938c4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7afd938c4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7afd93f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7afd93f6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7afd93f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7afd93f9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7afd93992e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7afd93992e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7afd93992e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7afd93f775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7afd93f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7afd93f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7afd93f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afd938c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7afd938c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7afd938e2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7afd938e2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7afd938e2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7afd9384a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7afd9384a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7afd938b1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7afd938b25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7afd938b25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7afd938b25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7afd938b3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7afd9389ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7afd93f77044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7afd93f77044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7afd93f76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7afd93f74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7afd93f74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7afd93f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7afd943d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7afd943d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7afd943d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7afd9346b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7efdb2a7dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afd9382ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7afd9382ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7afd93f6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7afd93f6ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7afd93f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7afd93f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7afd93991a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7afd93f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7afd93f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afd9382b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7afd9382b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7afd938ab18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7afd938ab18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7afd9384a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7afd9383a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7afd9383a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7afd93940ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7afd93991a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7afd93f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7afd93f778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7afd93f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7afd93f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7afd93f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7afd943d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7afd943d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7afd943d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7afd9346b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afd9382b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7afd9382b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7afd938aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7afd938aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7afd93f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7afd93f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7afd93f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7afd93991a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afd938c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7afd938c9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7afd938e2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7afd938e2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7afd938e2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7afd9384a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7afd9384a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7afd938b1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7afd938b25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7afd938b25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7afd938b25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7afd938ae5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7afd9388e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7afd9383a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7afd9383a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7afd93940ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7afd9383a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7afd9383a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7afd9383ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7afd9383ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7afd93992e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7afd93992e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7afd93f775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afd9382b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7afd9382b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7afd938aac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7afd938aac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7afd93f6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7afd93f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7afd93f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afd938c2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7afd938c4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7afd938c4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7afd93f6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7afd93f6ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7afd93f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7afd93f9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7afd93992e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7afd93992e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7afd93992e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7afd93f775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7afd93f74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7afd93f74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7afd93f74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afd9382ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7afd9382ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7afd93f6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7afd93f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7afd93f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afd9386c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7afd9386c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7afd93f6e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7afd93f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7afd93f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7afd9386c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7afd9386c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7afd93f6e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7afd93f6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7afd93f6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7afd93f6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7afd93f6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7afd93f9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7afd9389741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7afd939947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7afd939947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7afd939947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7afd93896214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7afd9393e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7afd9393e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7afd93936d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7afd93936d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7afd93936d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7afd93912de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7afd93912de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7afd9394288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7afd9383b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7afd93991a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7afd93f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000148/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/topic_3.txt' has failed with code 100.
E   Errors:
E   ...bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b6ef5911a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b6ef5ef80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 460570
DEBUG    ya.test:process.py:259 Command (pid 460570) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 460570) elapsed time (sec): 21.092775583267212
DEBUG    ya.test:process.py:263 Command (pid 460570) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 460570) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 460570) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 460570) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 460570) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 460570) maxrss: 1528332
DEBUG    ya.test:process.py:263 Command (pid 460570) minflt: 996524
DEBUG    ya.test:process.py:263 Command (pid 460570) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 460570) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 460570) nivcsw: 2278
DEBUG    ya.test:process.py:263 Command (pid 460570) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 460570) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 460570) nvcsw: 104467
DEBUG    ya.test:process.py:263 Command (pid 460570) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 460570) stime: 4.129092
DEBUG    ya.test:process.py:263 Command (pid 460570) utime: 12.758616
DEBUG    ya.test:process.py:263 Command (pid 460570) wtime: 21.099
DEBUG    ya.test:process.py:275 Command (pid 460570) output:
2026-01-28T17:37:32.597663Z Fetching udfs...
2026-01-28T17:37:33.214880Z Initialization of fq runner...
2026-01-28T17:37:37.486141Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.069234s
2026-01-28T17:37:38.560903Z Fetching query results...
2026-01-28T17:37:38.560939Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 460570) errors:
...0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6ef57ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6ef57ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6ef582ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6ef582ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b6ef5eeee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b6ef5ef0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b6ef5ef0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b6ef58c182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b6ef5911a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b6ef5ef80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6ef5842bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6ef5849fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6ef57c4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b6ef57cdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b6ef5ef73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b6ef5ef71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b6ef5ef6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b6ef5ef4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b6ef5ef4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b6ef5ef4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b6ef6357db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b6ef6357db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b6ef63576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b6ef53eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f6f14a08d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6ef57ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6ef57ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6ef582b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6ef582b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b6ef58c4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b6ef58c4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b6ef58c0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b6ef5911a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b6ef5ef80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b6ef5ef78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b6ef5ef4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b6ef5ef4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b6ef5ef4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b6ef6357db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b6ef6357db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b6ef63576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b6ef53eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6ef5842bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6ef5844424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6ef5844424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b6ef5eef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b6ef5eeec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b6ef5eec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b6ef5f1b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b6ef5912e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b6ef5912e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b6ef5912e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b6ef5ef75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b6ef5ef4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b6ef5ef4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b6ef5ef4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6ef5842bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6ef5849fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6ef5862524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b6ef5862524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b6ef5862524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b6ef57ca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b6ef57ca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b6ef5831acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b6ef58325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b6ef58325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b6ef58325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b6ef5833e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b6ef581ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b6ef5ef7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b6ef5ef7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b6ef5ef6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b6ef5ef4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b6ef5ef4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b6ef5ef4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b6ef6357db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b6ef6357db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b6ef63576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b6ef53eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f6f14a08d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6ef57aed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b6ef57aed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b6ef5eef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b6ef5eeece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b6ef5eec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b6ef5f1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b6ef5911a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b6ef5ef80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b6ef5ef78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6ef57ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6ef57ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6ef582b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6ef582b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b6ef57ca356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b6ef57ba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b6ef57ba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b6ef58c0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b6ef5911a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b6ef5ef80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b6ef5ef78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b6ef5ef4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b6ef5ef4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b6ef5ef4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b6ef6357db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b6ef6357db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b6ef63576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b6ef53eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6ef57ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6ef57ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6ef582ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6ef582ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b6ef5eeee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b6ef5eec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b6ef5f1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b6ef5911a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6ef5842bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6ef5849fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6ef5862524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b6ef5862524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b6ef5862524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b6ef57ca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b6ef57ca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b6ef5831acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b6ef58325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b6ef58325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b6ef58325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b6ef582e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b6ef580e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b6ef57ba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b6ef57ba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b6ef58c0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b6ef57ba511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b6ef57ba511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b6ef57bab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b6ef57bab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b6ef5912e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b6ef5912e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b6ef5ef75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6ef57ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6ef57ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6ef582ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6ef582ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b6ef5eeee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b6ef5eec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b6ef5f1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6ef5842bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6ef5844424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6ef5844424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b6ef5eef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b6ef5eeec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b6ef5eec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b6ef5f1b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b6ef5912e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b6ef5912e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b6ef5912e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b6ef5ef75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b6ef5ef4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b6ef5ef4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b6ef5ef4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6ef57aed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b6ef57aed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b6ef5eef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b6ef5eec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b6ef5f1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6ef57ec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b6ef57ec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b6ef5eee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b6ef5eec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b6ef5f1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6ef57ec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b6ef57ec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b6ef5eee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b6ef5eec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b6ef5f1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b6ef5911a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b6ef5ef80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6ef57ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6ef57ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6ef582ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6ef582ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b6ef5eeee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b6ef5ef0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b6ef5ef0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b6ef58c182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b6ef5911a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b6ef5ef80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6ef5842bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6ef5849fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6ef57c4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b6ef57cdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b6ef5ef73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b6ef5ef71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b6ef5ef6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b6ef5ef4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b6ef5ef4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b6ef5ef4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b6ef6357db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b6ef6357db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b6ef63576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b6ef53eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f6f14a08d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6ef57ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6ef57ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6ef582b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6ef582b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b6ef58c4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b6ef58c4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b6ef58c0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b6ef5911a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b6ef5ef80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b6ef5ef78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b6ef5ef4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b6ef5ef4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b6ef5ef4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b6ef6357db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b6ef6357db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b6ef63576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b6ef53eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6ef5842bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6ef5844424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6ef5844424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b6ef5eef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b6ef5eeec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b6ef5eec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b6ef5f1b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b6ef5912e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b6ef5912e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b6ef5912e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b6ef5ef75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b6ef5ef4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b6ef5ef4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b6ef5ef4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6ef5842bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6ef5849fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6ef5862524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b6ef5862524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b6ef5862524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b6ef57ca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b6ef57ca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b6ef5831acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b6ef58325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b6ef58325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b6ef58325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b6ef5833e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b6ef581ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b6ef5ef7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b6ef5ef7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b6ef5ef6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b6ef5ef4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b6ef5ef4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b6ef5ef4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b6ef6357db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b6ef6357db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b6ef63576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b6ef53eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f6f14a08d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6ef57aed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b6ef57aed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b6ef5eef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b6ef5eeece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b6ef5eec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b6ef5f1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b6ef5911a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b6ef5ef80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b6ef5ef78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6ef57ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6ef57ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6ef582b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6ef582b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b6ef57ca356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b6ef57ba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b6ef57ba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b6ef58c0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b6ef5911a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b6ef5ef80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b6ef5ef78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b6ef5ef4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b6ef5ef4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b6ef5ef4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b6ef6357db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b6ef6357db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b6ef63576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b6ef53eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6ef57ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6ef57ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6ef582ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6ef582ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b6ef5eeee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b6ef5eec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b6ef5f1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b6ef5911a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6ef5842bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6ef5849fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6ef5862524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b6ef5862524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b6ef5862524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b6ef57ca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b6ef57ca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b6ef5831acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b6ef58325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b6ef58325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b6ef58325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b6ef582e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b6ef580e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b6ef57ba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b6ef57ba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b6ef58c0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b6ef57ba511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b6ef57ba511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b6ef57bab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b6ef57bab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b6ef5912e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b6ef5912e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b6ef5ef75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6ef57ab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6ef57ab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6ef582ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6ef582ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b6ef5eeee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b6ef5eec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b6ef5f1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6ef5842bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6ef5844424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6ef5844424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b6ef5eef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b6ef5eeec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b6ef5eec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b6ef5f1b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b6ef5912e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b6ef5912e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b6ef5912e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b6ef5ef75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b6ef5ef4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b6ef5ef4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b6ef5ef4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6ef57aed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b6ef57aed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b6ef5eef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b6ef5eec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b6ef5f1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6ef57ec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b6ef57ec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b6ef5eee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b6ef5eec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b6ef5f1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6ef57ec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b6ef57ec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b6ef5eee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b6ef5eeee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b6ef5eeec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b6ef5eec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b6ef5eec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b6ef5f1bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b6ef581741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b6ef59147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b6ef59147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b6ef59147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b6ef5816214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b6ef58be76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b6ef58be76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b6ef58b6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b6ef58b6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b6ef58b6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b6ef5892de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b6ef5892de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b6ef58c288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b6ef57bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b6ef5911a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b6ef5ef80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000148/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/topic_3.txt' has failed with code 100.
E   Errors:
E   ...7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b6f29ed1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b6f2a4b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 466044
DEBUG    ya.test:process.py:259 Command (pid 466044) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 466044) elapsed time (sec): 19.5344295501709
DEBUG    ya.test:process.py:263 Command (pid 466044) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 466044) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 466044) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 466044) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 466044) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 466044) maxrss: 1540040
DEBUG    ya.test:process.py:263 Command (pid 466044) minflt: 999703
DEBUG    ya.test:process.py:263 Command (pid 466044) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 466044) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 466044) nivcsw: 552
DEBUG    ya.test:process.py:263 Command (pid 466044) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 466044) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 466044) nvcsw: 105677
DEBUG    ya.test:process.py:263 Command (pid 466044) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 466044) stime: 3.993727
DEBUG    ya.test:process.py:263 Command (pid 466044) utime: 12.024621
DEBUG    ya.test:process.py:263 Command (pid 466044) wtime: 19.537
DEBUG    ya.test:process.py:275 Command (pid 466044) output:
2026-01-28T17:37:53.838686Z Fetching udfs...
2026-01-28T17:37:54.396721Z Initialization of fq runner...
2026-01-28T17:37:58.259752Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.254119s
2026-01-28T17:37:59.519415Z Fetching query results...
2026-01-28T17:37:59.519449Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 466044) errors:
...0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6f29d6b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6f29d6b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6f29deac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6f29deac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b6f2a4aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b6f2a4b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b6f2a4b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b6f29e8182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b6f29ed1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b6f2a4b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6f29e02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6f29e09fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6f29d84d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b6f29d8dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b6f2a4b73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b6f2a4b71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b6f2a4b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b6f2a4b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b6f2a4b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b6f2a4b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b6f2a917db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b6f2a917db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b6f2a9176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b6f299ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f6f48fc0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6f29d6b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6f29d6b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6f29deb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6f29deb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b6f29e84686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b6f29e84686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b6f29e80dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b6f29ed1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b6f2a4b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b6f2a4b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b6f2a4b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b6f2a4b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b6f2a4b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b6f2a917db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b6f2a917db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b6f2a9176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b6f299ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6f29e02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6f29e04424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6f29e04424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b6f2a4af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b6f2a4aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b6f2a4ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b6f2a4db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b6f29ed2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b6f29ed2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b6f29ed2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b6f2a4b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b6f2a4b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b6f2a4b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b6f2a4b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6f29e02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6f29e09fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6f29e22524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b6f29e22524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b6f29e22524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b6f29d8a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b6f29d8a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b6f29df1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b6f29df25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b6f29df25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b6f29df25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b6f29df3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b6f29ddad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b6f2a4b7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b6f2a4b7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b6f2a4b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b6f2a4b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b6f2a4b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b6f2a4b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b6f2a917db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b6f2a917db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b6f2a9176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b6f299ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f6f48fc0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6f29d6ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b6f29d6ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b6f2a4af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b6f2a4aece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b6f2a4ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b6f2a4dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b6f29ed1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b6f2a4b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b6f2a4b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6f29d6b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6f29d6b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6f29deb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6f29deb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b6f29d8a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b6f29d7a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b6f29d7a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b6f29e80ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b6f29ed1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b6f2a4b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b6f2a4b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b6f2a4b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b6f2a4b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b6f2a4b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b6f2a917db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b6f2a917db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b6f2a9176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b6f299ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6f29d6b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6f29d6b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6f29deac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6f29deac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b6f2a4aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b6f2a4ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b6f2a4dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b6f29ed1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6f29e02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6f29e09fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6f29e22524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b6f29e22524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b6f29e22524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b6f29d8a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b6f29d8a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b6f29df1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b6f29df25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b6f29df25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b6f29df25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b6f29dee5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b6f29dce92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b6f29d7a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b6f29d7a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b6f29e80ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b6f29d7a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b6f29d7a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b6f29d7ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b6f29d7ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b6f29ed2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b6f29ed2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b6f2a4b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6f29d6b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6f29d6b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6f29deac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6f29deac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b6f2a4aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b6f2a4ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b6f2a4dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6f29e02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6f29e04424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6f29e04424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b6f2a4af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b6f2a4aec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b6f2a4ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b6f2a4db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b6f29ed2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b6f29ed2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b6f29ed2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b6f2a4b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b6f2a4b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b6f2a4b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b6f2a4b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6f29d6ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b6f29d6ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b6f2a4af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b6f2a4ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b6f2a4dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6f29dac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b6f29dac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b6f2a4ae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b6f2a4ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b6f2a4dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6f29dac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b6f29dac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b6f2a4ae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b6f2a4ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b6f2a4dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b6f29ed1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b6f2a4b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6f29d6b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6f29d6b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6f29deac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6f29deac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b6f2a4aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b6f2a4b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b6f2a4b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b6f29e8182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b6f29ed1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b6f2a4b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6f29e02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6f29e09fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6f29d84d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b6f29d8dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b6f2a4b73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b6f2a4b71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b6f2a4b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b6f2a4b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b6f2a4b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b6f2a4b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b6f2a917db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b6f2a917db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b6f2a9176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b6f299ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f6f48fc0d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6f29d6b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6f29d6b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6f29deb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6f29deb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b6f29e84686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b6f29e84686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b6f29e80dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b6f29ed1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b6f2a4b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b6f2a4b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b6f2a4b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b6f2a4b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b6f2a4b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b6f2a917db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b6f2a917db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b6f2a9176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b6f299ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6f29e02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6f29e04424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6f29e04424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b6f2a4af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b6f2a4aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b6f2a4ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b6f2a4db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b6f29ed2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b6f29ed2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b6f29ed2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b6f2a4b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b6f2a4b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b6f2a4b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b6f2a4b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6f29e02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6f29e09fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6f29e22524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b6f29e22524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b6f29e22524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b6f29d8a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b6f29d8a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b6f29df1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b6f29df25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b6f29df25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b6f29df25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b6f29df3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b6f29ddad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b6f2a4b7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b6f2a4b7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b6f2a4b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b6f2a4b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b6f2a4b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b6f2a4b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b6f2a917db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b6f2a917db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b6f2a9176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b6f299ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f6f48fc0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6f29d6ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b6f29d6ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b6f2a4af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b6f2a4aece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b6f2a4ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b6f2a4dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b6f29ed1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b6f2a4b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b6f2a4b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6f29d6b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6f29d6b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6f29deb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6f29deb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b6f29d8a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b6f29d7a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b6f29d7a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b6f29e80ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b6f29ed1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b6f2a4b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b6f2a4b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b6f2a4b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b6f2a4b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b6f2a4b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b6f2a917db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b6f2a917db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b6f2a9176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b6f299ab928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6f29d6b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6f29d6b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6f29deac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6f29deac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b6f2a4aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b6f2a4ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b6f2a4dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b6f29ed1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6f29e02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6f29e09fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6f29e22524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b6f29e22524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b6f29e22524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b6f29d8a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b6f29d8a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b6f29df1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b6f29df25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b6f29df25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b6f29df25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b6f29dee5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b6f29dce92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b6f29d7a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b6f29d7a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b6f29e80ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b6f29d7a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b6f29d7a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b6f29d7ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b6f29d7ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b6f29ed2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b6f29ed2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b6f2a4b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6f29d6b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6f29d6b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6f29deac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6f29deac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b6f2a4aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b6f2a4ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b6f2a4dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6f29e02bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6f29e04424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6f29e04424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b6f2a4af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b6f2a4aec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b6f2a4ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b6f2a4db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b6f29ed2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b6f29ed2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b6f29ed2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b6f2a4b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b6f2a4b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b6f2a4b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b6f2a4b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6f29d6ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b6f29d6ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b6f2a4af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b6f2a4ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b6f2a4dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6f29dac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b6f29dac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b6f2a4ae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b6f2a4ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b6f2a4dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6f29dac0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b6f29dac0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b6f2a4ae99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b6f2a4aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b6f2a4aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b6f2a4ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b6f2a4ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b6f2a4dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b6f29dd741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b6f29ed47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b6f29ed47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b6f29ed47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b6f29dd6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b6f29e7e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b6f29e7e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b6f29e76d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b6f29e76d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b6f29e76d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b6f29e52de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b6f29e52de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b6f29e8288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b6f29d7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b6f29ed1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b6f2a4b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000148/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/topic_3.txt' has failed with code 100.
E   Errors:
E   ...eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b9e61d41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b9e623280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 472205
DEBUG    ya.test:process.py:259 Command (pid 472205) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 472205) elapsed time (sec): 16.749058485031128
DEBUG    ya.test:process.py:263 Command (pid 472205) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 472205) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 472205) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 472205) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 472205) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 472205) maxrss: 1540232
DEBUG    ya.test:process.py:263 Command (pid 472205) minflt: 1003832
DEBUG    ya.test:process.py:263 Command (pid 472205) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 472205) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 472205) nivcsw: 85
DEBUG    ya.test:process.py:263 Command (pid 472205) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 472205) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 472205) nvcsw: 105420
DEBUG    ya.test:process.py:263 Command (pid 472205) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 472205) stime: 4.148502
DEBUG    ya.test:process.py:263 Command (pid 472205) utime: 10.775346
DEBUG    ya.test:process.py:263 Command (pid 472205) wtime: 16.751
DEBUG    ya.test:process.py:275 Command (pid 472205) output:
2026-01-28T17:38:13.649013Z Fetching udfs...
2026-01-28T17:38:14.145830Z Initialization of fq runner...
2026-01-28T17:38:17.420414Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.943730s
2026-01-28T17:38:18.369430Z Fetching query results...
2026-01-28T17:38:18.369452Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 472205) errors:
...0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9e61bdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9e61bdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9e61c5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9e61c5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9e6231ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9e62320090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b9e62320090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b9e61cf182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b9e61d41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b9e623280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9e61c72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9e61c79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9e61bf4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b9e61bfdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b9e623273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b9e623271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b9e62326f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b9e62324a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b9e62324a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b9e62324ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b9e62787db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b9e62787db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9e627876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9e6181b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f9e80e2dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9e61bdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9e61bdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9e61c5b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9e61c5b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b9e61cf4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b9e61cf4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b9e61cf0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b9e61d41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b9e623280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b9e623278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b9e62324bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b9e62324aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b9e62324ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b9e62787db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b9e62787db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9e627876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9e6181b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9e61c72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9e61c74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9e61c74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9e6231f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9e6231ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9e6231c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b9e6234b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b9e61d42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b9e61d42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b9e61d42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b9e623275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b9e62324bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b9e62324aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b9e62324ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9e61c72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9e61c79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9e61c92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9e61c92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9e61c92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b9e61bfa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b9e61bfa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9e61c61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b9e61c625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b9e61c625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b9e61c625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b9e61c63e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b9e61c4ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b9e62327044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b9e62327044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b9e62326f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b9e62324a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b9e62324a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b9e62324ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b9e62787db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b9e62787db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9e627876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9e6181b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f9e80e2dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9e61bded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b9e61bded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b9e6231f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b9e6231ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b9e6231c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b9e6234bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b9e61d41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b9e623280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b9e623278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9e61bdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9e61bdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9e61c5b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9e61c5b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b9e61bfa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b9e61bea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b9e61bea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b9e61cf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b9e61d41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b9e623280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b9e623278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b9e62324bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b9e62324aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b9e62324ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b9e62787db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b9e62787db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9e627876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9e6181b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9e61bdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9e61bdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9e61c5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9e61c5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9e6231ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b9e6231c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b9e6234bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b9e61d41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9e61c72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9e61c79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9e61c92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9e61c92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9e61c92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b9e61bfa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b9e61bfa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9e61c61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b9e61c625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b9e61c625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b9e61c625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b9e61c5e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b9e61c3e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b9e61bea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9e61bea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b9e61cf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b9e61bea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b9e61bea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b9e61beab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b9e61beab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b9e61d42e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b9e61d42e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b9e623275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9e61bdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9e61bdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9e61c5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9e61c5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9e6231ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b9e6231c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b9e6234bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9e61c72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9e61c74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9e61c74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9e6231f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9e6231ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9e6231c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b9e6234b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b9e61d42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b9e61d42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b9e61d42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b9e623275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b9e62324bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b9e62324aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b9e62324ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9e61bded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b9e61bded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b9e6231f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b9e6231c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b9e6234bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9e61c1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b9e61c1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b9e6231e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b9e6231c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b9e6234bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9e61c1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b9e61c1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b9e6231e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b9e6231c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b9e6234bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b9e61d41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b9e623280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9e61bdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9e61bdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9e61c5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9e61c5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9e6231ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9e62320090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b9e62320090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b9e61cf182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b9e61d41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b9e623280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9e61c72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9e61c79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9e61bf4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b9e61bfdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b9e623273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b9e623271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b9e62326f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b9e62324a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b9e62324a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b9e62324ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b9e62787db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b9e62787db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b9e627876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9e6181b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f9e80e2dd8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9e61bdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9e61bdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9e61c5b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9e61c5b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b9e61cf4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b9e61cf4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b9e61cf0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b9e61d41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b9e623280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b9e623278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b9e62324bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b9e62324aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b9e62324ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b9e62787db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b9e62787db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b9e627876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9e6181b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9e61c72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9e61c74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9e61c74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9e6231f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9e6231ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9e6231c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b9e6234b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b9e61d42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b9e61d42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b9e61d42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b9e623275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b9e62324bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b9e62324aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b9e62324ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9e61c72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9e61c79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9e61c92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9e61c92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9e61c92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b9e61bfa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b9e61bfa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9e61c61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b9e61c625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b9e61c625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b9e61c625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b9e61c63e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b9e61c4ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b9e62327044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b9e62327044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b9e62326f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b9e62324a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b9e62324a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b9e62324ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b9e62787db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b9e62787db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b9e627876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9e6181b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f9e80e2dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9e61bded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b9e61bded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b9e6231f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b9e6231ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b9e6231c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b9e6234bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b9e61d41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b9e623280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b9e623278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9e61bdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9e61bdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9e61c5b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9e61c5b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b9e61bfa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b9e61bea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b9e61bea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b9e61cf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b9e61d41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b9e623280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b9e623278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b9e62324bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b9e62324aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b9e62324ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b9e62787db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b9e62787db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b9e627876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9e6181b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9e61bdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9e61bdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9e61c5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9e61c5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9e6231ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b9e6231c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b9e6234bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b9e61d41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9e61c72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9e61c79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9e61c92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9e61c92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9e61c92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b9e61bfa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b9e61bfa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9e61c61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b9e61c625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b9e61c625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b9e61c625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b9e61c5e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b9e61c3e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b9e61bea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9e61bea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b9e61cf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b9e61bea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b9e61bea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b9e61beab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b9e61beab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b9e61d42e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b9e61d42e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b9e623275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9e61bdb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9e61bdb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9e61c5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9e61c5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9e6231ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b9e6231c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b9e6234bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9e61c72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9e61c74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9e61c74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9e6231f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9e6231ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9e6231c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b9e6234b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b9e61d42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b9e61d42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b9e61d42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b9e623275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b9e62324bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b9e62324aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b9e62324ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9e61bded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b9e61bded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b9e6231f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b9e6231c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b9e6234bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9e61c1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b9e61c1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b9e6231e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b9e6231c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b9e6234bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9e61c1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b9e61c1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b9e6231e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b9e6231ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b9e6231ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b9e6231c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b9e6231c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b9e6234bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b9e61c4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b9e61d447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b9e61d447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b9e61d447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b9e61c46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b9e61cee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b9e61cee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b9e61ce6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b9e61ce6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b9e61ce6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b9e61cc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b9e61cc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9e61cf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b9e61beb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b9e61d41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b9e623280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000148/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/topic_3.txt' has failed with code 100.
E   Errors:
E   ...1b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bc06f871a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bc06fe580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000148/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/6vmi/000148/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/6vmi/000148/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 475803
DEBUG    ya.test:process.py:259 Command (pid 475803) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 475803) elapsed time (sec): 17.55320930480957
DEBUG    ya.test:process.py:263 Command (pid 475803) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 475803) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 475803) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 475803) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 475803) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 475803) maxrss: 1520656
DEBUG    ya.test:process.py:263 Command (pid 475803) minflt: 1000005
DEBUG    ya.test:process.py:263 Command (pid 475803) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 475803) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 475803) nivcsw: 196
DEBUG    ya.test:process.py:263 Command (pid 475803) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 475803) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 475803) nvcsw: 105636
DEBUG    ya.test:process.py:263 Command (pid 475803) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 475803) stime: 4.205397
DEBUG    ya.test:process.py:263 Command (pid 475803) utime: 11.010045
DEBUG    ya.test:process.py:263 Command (pid 475803) wtime: 17.555
DEBUG    ya.test:process.py:275 Command (pid 475803) output:
2026-01-28T17:38:30.538495Z Fetching udfs...
2026-01-28T17:38:30.995449Z Initialization of fq runner...
2026-01-28T17:38:34.453182Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.040816s
2026-01-28T17:38:35.498777Z Fetching query results...
2026-01-28T17:38:35.498798Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 475803) errors:
...0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc06f70b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc06f70b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc06f78ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc06f78ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc06fe4ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc06fe50090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bc06fe50090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bc06f82182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bc06f871a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bc06fe580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc06f7a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc06f7a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc06f724d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bc06f72dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bc06fe573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bc06fe571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bc06fe56f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bc06fe54a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bc06fe54a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bc06fe54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bc0702b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bc0702b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc0702b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc06f34b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fc08e964d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc06f70b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc06f70b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc06f78b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc06f78b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bc06f824686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bc06f824686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bc06f820dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bc06f871a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bc06fe580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bc06fe578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bc06fe54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc06fe54aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bc06fe54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bc0702b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bc0702b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc0702b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc06f34b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc06f7a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc06f7a4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc06f7a4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc06fe4f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc06fe4ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc06fe4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc06fe7b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bc06f872e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bc06f872e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bc06f872e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bc06fe575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bc06fe54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bc06fe54aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bc06fe54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc06f7a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc06f7a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc06f7c2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc06f7c2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc06f7c2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc06f72a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc06f72a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc06f791acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc06f7925ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc06f7925ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc06f7925ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc06f793e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bc06f77ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bc06fe57044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bc06fe57044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bc06fe56f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bc06fe54a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bc06fe54a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bc06fe54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bc0702b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bc0702b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc0702b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc06f34b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fc08e964d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc06f70ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc06f70ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc06fe4f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc06fe4ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bc06fe4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bc06fe7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bc06f871a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bc06fe580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bc06fe578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc06f70b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc06f70b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc06f78b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc06f78b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bc06f72a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bc06f71a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bc06f71a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bc06f820ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bc06f871a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bc06fe580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bc06fe578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bc06fe54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bc06fe54aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bc06fe54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bc0702b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bc0702b7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc0702b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc06f34b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc06f70b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc06f70b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc06f78ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc06f78ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc06fe4ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bc06fe4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bc06fe7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bc06f871a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc06f7a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc06f7a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc06f7c2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc06f7c2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc06f7c2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc06f72a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc06f72a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc06f791acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc06f7925ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc06f7925ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc06f7925ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc06f78e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bc06f76e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bc06f71a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc06f71a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bc06f820ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bc06f71a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bc06f71a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bc06f71ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bc06f71ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bc06f872e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bc06f872e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bc06fe575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc06f70b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc06f70b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc06f78ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc06f78ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc06fe4ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc06fe4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc06fe7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc06f7a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc06f7a4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc06f7a4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc06fe4f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc06fe4ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc06fe4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc06fe7b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bc06f872e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bc06f872e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bc06f872e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bc06fe575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bc06fe54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bc06fe54aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bc06fe54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc06f70ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc06f70ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc06fe4f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc06fe4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc06fe7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc06f74c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bc06f74c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bc06fe4e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc06fe4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc06fe7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc06f74c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bc06f74c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bc06fe4e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bc06fe4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bc06fe7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bc06f871a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bc06fe580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc06f70b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc06f70b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc06f78ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc06f78ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc06fe4ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc06fe50090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bc06fe50090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bc06f82182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bc06f871a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bc06fe580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc06f7a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc06f7a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc06f724d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bc06f72dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bc06fe573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bc06fe571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bc06fe56f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bc06fe54a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bc06fe54a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bc06fe54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bc0702b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bc0702b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc0702b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc06f34b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fc08e964d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc06f70b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc06f70b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc06f78b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc06f78b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bc06f824686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bc06f824686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bc06f820dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bc06f871a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bc06fe580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bc06fe578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bc06fe54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc06fe54aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bc06fe54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bc0702b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bc0702b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc0702b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc06f34b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc06f7a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc06f7a4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc06f7a4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc06fe4f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc06fe4ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc06fe4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc06fe7b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bc06f872e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bc06f872e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bc06f872e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bc06fe575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bc06fe54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bc06fe54aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bc06fe54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc06f7a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc06f7a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc06f7c2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc06f7c2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc06f7c2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc06f72a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc06f72a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc06f791acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc06f7925ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc06f7925ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc06f7925ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc06f793e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bc06f77ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bc06fe57044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bc06fe57044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bc06fe56f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bc06fe54a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bc06fe54a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bc06fe54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bc0702b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bc0702b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc0702b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc06f34b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fc08e964d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc06f70ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc06f70ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc06fe4f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc06fe4ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bc06fe4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bc06fe7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bc06f871a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bc06fe580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bc06fe578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc06f70b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc06f70b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc06f78b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc06f78b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bc06f72a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bc06f71a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bc06f71a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bc06f820ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bc06f871a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bc06fe580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bc06fe578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bc06fe54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bc06fe54aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bc06fe54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bc0702b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bc0702b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc0702b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc06f34b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc06f70b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc06f70b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc06f78ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc06f78ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc06fe4ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bc06fe4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bc06fe7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bc06f871a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc06f7a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc06f7a9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc06f7c2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc06f7c2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc06f7c2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc06f72a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc06f72a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc06f791acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc06f7925ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc06f7925ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc06f7925ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc06f78e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bc06f76e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bc06f71a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc06f71a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bc06f820ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bc06f71a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bc06f71a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bc06f71ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bc06f71ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bc06f872e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bc06f872e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bc06fe575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc06f70b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc06f70b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc06f78ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc06f78ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc06fe4ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc06fe4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc06fe7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc06f7a2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc06f7a4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc06f7a4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc06fe4f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc06fe4ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc06fe4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc06fe7b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bc06f872e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bc06f872e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bc06f872e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bc06fe575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bc06fe54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bc06fe54aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bc06fe54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc06f70ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc06f70ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc06fe4f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc06fe4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc06fe7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc06f74c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bc06f74c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bc06fe4e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc06fe4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc06fe7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc06f74c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bc06f74c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bc06fe4e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bc06fe4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc06fe4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc06fe4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bc06fe4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bc06fe7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bc06f77741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bc06f8747c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bc06f8747c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bc06f8747c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bc06f776214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bc06f81e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc06f81e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc06f816d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc06f816d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc06f816d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc06f7f2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc06f7f2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc06f82288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc06f71b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bc06f871a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bc06fe580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
24.41s call     test_sql_streaming.py::test[hop-GroupByHop-default.txt]
22.39s call     test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt]
21.17s call     test_sql_streaming.py::test[hop-GroupByHopNoKey-default.txt]
20.74s call     test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt]
19.59s call     test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt]
19.15s call     test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt]
17.61s call     test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt]
16.81s call     test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt]
0.06s setup    test_sql_streaming.py::test[hop-GroupByHop-default.txt]
0.02s setup    test_sql_streaming.py::test[hop-GroupByHopNoKey-default.txt]
0.02s setup    test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt]
0.02s setup    test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-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/6vmi/000148/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_zfq8g36f/topic_3.txt' has failed with code 100.
Errors:
...3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc3f013b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc3f013b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc3f029216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bc3f029216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bc3f0211df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc3f0211df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc3f0195fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc3f013a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc3f013a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc3f013a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc3f0291c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bc3f0291a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bc3f08780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_wiafngaa/topic_3.txt' has failed with code 100.
Errors:
...cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd8dd8cb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd8dd8cb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd8dda2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bd8dda2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bd8dd9a1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd8dd9a1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd8dd925fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd8dd8ca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd8dd8ca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd8dd8ca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd8dda21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bd8dda21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bd8de0080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ns0yw8xn/topic_3.txt' has failed with code 100.
Errors:
...bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be96d3bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7be96d3bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7be96d51216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7be96d51216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7be96d491df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7be96d491df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7be96d415fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7be96d3ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7be96d3ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7be96d3ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7be96d511c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7be96d511a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7be96daf80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 451876 byte(s) leaked in 8428 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_gr8weys_/topic_3.txt' has failed with code 100.
Errors:
...3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7afd9383b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7afd9383b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7afd9399216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7afd9399216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7afd93911df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7afd93911df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7afd93895fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7afd9383a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7afd9383a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7afd9383a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7afd93991c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7afd93991a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7afd93f780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopNoKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_xf45boeo/topic_3.txt' has failed with code 100.
Errors:
...bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b6ef57bb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b6ef57bb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b6ef591216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b6ef591216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b6ef5891df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6ef5891df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b6ef5815fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b6ef57ba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b6ef57ba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b6ef57ba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b6ef5911c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b6ef5911a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b6ef5ef80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_mt3cy8lk/topic_3.txt' has failed with code 100.
Errors:
...7b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b6f29d7b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b6f29d7b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b6f29ed216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b6f29ed216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b6f29e51df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6f29e51df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b6f29dd5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b6f29d7a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b6f29d7a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b6f29d7a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b6f29ed1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b6f29ed1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b6f2a4b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7ehucvxj/topic_3.txt' has failed with code 100.
Errors:
...eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b9e61beb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b9e61beb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b9e61d4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b9e61d4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b9e61cc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b9e61cc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9e61c45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b9e61bea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b9e61bea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b9e61bea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9e61d41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b9e61d41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b9e623280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000148/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/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000148/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_6ultn45c/topic_3.txt' has failed with code 100.
Errors:
...1b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc06f71b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc06f71b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc06f87216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bc06f87216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bc06f7f1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc06f7f1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc06f775fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc06f71a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc06f71a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc06f71a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc06f871c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bc06f871a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bc06fe580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
======================== 8 failed in 164.07s (0:02:44) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/topic_3.txt' has failed with code 100.
E   Errors:
E   ...3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bbe2be91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bbe2c4780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463726 byte(s) leaked in 8686 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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/00014c/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 428096
DEBUG    ya.test:process.py:259 Command (pid 428096) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 428096) elapsed time (sec): 24.75820255279541
DEBUG    ya.test:process.py:263 Command (pid 428096) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 428096) inblock: 53512
DEBUG    ya.test:process.py:263 Command (pid 428096) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 428096) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 428096) majflt: 1187
DEBUG    ya.test:process.py:263 Command (pid 428096) maxrss: 1541128
DEBUG    ya.test:process.py:263 Command (pid 428096) minflt: 993136
DEBUG    ya.test:process.py:263 Command (pid 428096) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 428096) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 428096) nivcsw: 1125
DEBUG    ya.test:process.py:263 Command (pid 428096) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 428096) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 428096) nvcsw: 106627
DEBUG    ya.test:process.py:263 Command (pid 428096) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 428096) stime: 4.116451
DEBUG    ya.test:process.py:263 Command (pid 428096) utime: 12.449768
DEBUG    ya.test:process.py:263 Command (pid 428096) wtime: 24.765
DEBUG    ya.test:process.py:275 Command (pid 428096) output:
2026-01-28T17:36:04.168531Z Fetching udfs...
2026-01-28T17:36:09.586111Z Initialization of fq runner...
2026-01-28T17:36:13.754200Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.930502s
2026-01-28T17:36:14.690308Z Fetching query results...
2026-01-28T17:36:14.690337Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 428096) errors:
...0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe2bd2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbe2bd2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbe2bdaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbe2bdaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbe2c46ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bbe2c470090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bbe2c470090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bbe2be4182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bbe2be91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bbe2c4780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe2bdc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbe2bdc9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbe2bd44d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bbe2bd4dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bbe2c4773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bbe2c4771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bbe2c476f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bbe2c474a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bbe2c474a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bbe2c474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bbe2c8d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bbe2c8d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbe2c8d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbe2b96b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fbe4af87d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe2bd2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbe2bd2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbe2bdab334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbe2bdab334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bbe2be44686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bbe2be44686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bbe2be40dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bbe2be91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bbe2c4780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bbe2c4778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bbe2c474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bbe2c474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bbe2c474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bbe2c8d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bbe2c8d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbe2c8d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbe2b96b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe2bdc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbe2bdc4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbe2bdc4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbe2c46f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbe2c46ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bbe2c46c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bbe2c49b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bbe2be92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bbe2be92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bbe2be92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bbe2c4775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bbe2c474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bbe2c474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bbe2c474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe2bdc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbe2bdc9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbe2bde2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bbe2bde2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bbe2bde2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bbe2bd4a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bbe2bd4a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bbe2bdb1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bbe2bdb25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bbe2bdb25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bbe2bdb25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bbe2bdb3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bbe2bd9ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bbe2c477044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bbe2c477044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bbe2c476f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bbe2c474a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bbe2c474a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bbe2c474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bbe2c8d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bbe2c8d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbe2c8d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbe2b96b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fbe4af87d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe2bd2ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bbe2bd2ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bbe2c46f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bbe2c46ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bbe2c46c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bbe2c49bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bbe2be91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bbe2c4780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bbe2c4778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe2bd2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbe2bd2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbe2bdab18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbe2bdab18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bbe2bd4a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bbe2bd3a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bbe2bd3a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bbe2be40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bbe2be91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bbe2c4780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bbe2c4778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bbe2c474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bbe2c474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bbe2c474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bbe2c8d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bbe2c8d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bbe2c8d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bbe2b96b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe2bd2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbe2bd2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbe2bdaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbe2bdaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbe2c46ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bbe2c46c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bbe2c49bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bbe2be91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe2bdc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbe2bdc9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bbe2bde2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bbe2bde2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bbe2bde2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bbe2bd4a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bbe2bd4a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bbe2bdb1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bbe2bdb25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bbe2bdb25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bbe2bdb25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bbe2bdae5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bbe2bd8e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bbe2bd3a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbe2bd3a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bbe2be40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bbe2bd3a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bbe2bd3a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bbe2bd3ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bbe2bd3ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bbe2be92e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bbe2be92e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bbe2c4775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe2bd2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bbe2bd2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bbe2bdaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bbe2bdaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bbe2c46ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bbe2c46c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bbe2c49bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe2bdc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bbe2bdc4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bbe2bdc4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bbe2c46f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bbe2c46ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bbe2c46c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bbe2c49b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bbe2be92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bbe2be92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bbe2be92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bbe2c4775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bbe2c474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bbe2c474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bbe2c474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe2bd2ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bbe2bd2ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bbe2c46f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bbe2c46c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bbe2c49bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe2bd6c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bbe2bd6c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bbe2c46e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bbe2c46c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bbe2c49bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bbe2bd6c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bbe2bd6c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bbe2c46e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bbe2c46c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bbe2c49bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bbe2be91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bbe2c4780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463726 byte(s) leaked in 8686 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe2bd2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbe2bd2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbe2bdaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbe2bdaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbe2c46ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bbe2c470090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bbe2c470090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bbe2be4182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bbe2be91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bbe2c4780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe2bdc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbe2bdc9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbe2bd44d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bbe2bd4dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bbe2c4773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bbe2c4771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bbe2c476f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bbe2c474a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bbe2c474a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bbe2c474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bbe2c8d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bbe2c8d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bbe2c8d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bbe2b96b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fbe4af87d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe2bd2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbe2bd2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbe2bdab334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbe2bdab334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bbe2be44686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bbe2be44686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bbe2be40dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bbe2be91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bbe2c4780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bbe2c4778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bbe2c474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bbe2c474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bbe2c474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bbe2c8d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bbe2c8d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bbe2c8d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bbe2b96b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe2bdc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbe2bdc4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbe2bdc4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbe2c46f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbe2c46ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bbe2c46c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bbe2c49b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bbe2be92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bbe2be92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bbe2be92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bbe2c4775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bbe2c474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bbe2c474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bbe2c474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe2bdc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbe2bdc9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbe2bde2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bbe2bde2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bbe2bde2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bbe2bd4a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bbe2bd4a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bbe2bdb1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bbe2bdb25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bbe2bdb25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bbe2bdb25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bbe2bdb3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bbe2bd9ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bbe2c477044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bbe2c477044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bbe2c476f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bbe2c474a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bbe2c474a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bbe2c474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bbe2c8d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bbe2c8d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bbe2c8d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bbe2b96b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fbe4af87d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe2bd2ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bbe2bd2ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bbe2c46f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bbe2c46ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bbe2c46c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bbe2c49bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bbe2be91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bbe2c4780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bbe2c4778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe2bd2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbe2bd2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbe2bdab18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbe2bdab18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bbe2bd4a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bbe2bd3a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bbe2bd3a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bbe2be40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bbe2be91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bbe2c4780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bbe2c4778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bbe2c474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bbe2c474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bbe2c474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bbe2c8d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bbe2c8d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bbe2c8d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bbe2b96b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe2bd2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbe2bd2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbe2bdaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbe2bdaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbe2c46ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bbe2c46c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bbe2c49bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bbe2be91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe2bdc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbe2bdc9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bbe2bde2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bbe2bde2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bbe2bde2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bbe2bd4a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bbe2bd4a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bbe2bdb1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bbe2bdb25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bbe2bdb25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bbe2bdb25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bbe2bdae5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bbe2bd8e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bbe2bd3a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbe2bd3a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bbe2be40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bbe2bd3a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bbe2bd3a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bbe2bd3ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bbe2bd3ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bbe2be92e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bbe2be92e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bbe2c4775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe2bd2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bbe2bd2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bbe2bdaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bbe2bdaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bbe2c46ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bbe2c46c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bbe2c49bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe2bdc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bbe2bdc4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bbe2bdc4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bbe2c46f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bbe2c46ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bbe2c46c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bbe2c49b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bbe2be92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bbe2be92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bbe2be92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bbe2c4775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bbe2c474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bbe2c474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bbe2c474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe2bd2ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bbe2bd2ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bbe2c46f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bbe2c46c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bbe2c49bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe2bd6c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bbe2bd6c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bbe2c46e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bbe2c46c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bbe2c49bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bbe2bd6c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bbe2bd6c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bbe2c46e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bbe2c46ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bbe2c46ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bbe2c46c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bbe2c46c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bbe2c49bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bbe2bd9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bbe2be947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bbe2be947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bbe2be947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bbe2bd96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bbe2be3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bbe2be3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bbe2be36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bbe2be36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bbe2be36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bbe2be12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bbe2be12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bbe2be4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bbe2bd3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bbe2be91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bbe2c4780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463726 byte(s) leaked in 8686 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/6vmi/00014c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/topic_3.txt' has failed with code 100.
E   Errors:
E   ...2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b7dcec81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b7dcf2680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 433298
DEBUG    ya.test:process.py:259 Command (pid 433298) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 433298) elapsed time (sec): 19.271721839904785
DEBUG    ya.test:process.py:263 Command (pid 433298) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 433298) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 433298) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 433298) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 433298) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 433298) maxrss: 1524528
DEBUG    ya.test:process.py:263 Command (pid 433298) minflt: 995561
DEBUG    ya.test:process.py:263 Command (pid 433298) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 433298) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 433298) nivcsw: 989
DEBUG    ya.test:process.py:263 Command (pid 433298) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 433298) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 433298) nvcsw: 105231
DEBUG    ya.test:process.py:263 Command (pid 433298) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 433298) stime: 4.251244
DEBUG    ya.test:process.py:263 Command (pid 433298) utime: 11.892793
DEBUG    ya.test:process.py:263 Command (pid 433298) wtime: 19.275
DEBUG    ya.test:process.py:275 Command (pid 433298) output:
2026-01-28T17:36:29.492145Z Fetching udfs...
2026-01-28T17:36:29.973975Z Initialization of fq runner...
2026-01-28T17:36:33.776754Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.834650s
2026-01-28T17:36:34.618136Z Fetching query results...
2026-01-28T17:36:34.618157Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 433298) errors:
...0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7dceb1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7dceb1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7dceb9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7dceb9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7dcf25ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b7dcf260090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b7dcf260090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b7dcec3182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b7dcec81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b7dcf2680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7dcebb2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7dcebb9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b7dceb34d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b7dceb3dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b7dcf2673ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b7dcf2671ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b7dcf266f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b7dcf264a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b7dcf264a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b7dcf264ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b7dcf6c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b7dcf6c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7dcf6c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7dce75b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f7dedd6dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7dceb1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7dceb1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7dceb9b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7dceb9b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b7dcec34686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b7dcec34686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b7dcec30dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b7dcec81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b7dcf2680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b7dcf2678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b7dcf264bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b7dcf264aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b7dcf264ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b7dcf6c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b7dcf6c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7dcf6c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7dce75b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7dcebb2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7dcebb4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7dcebb4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7dcf25f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7dcf25ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b7dcf25c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b7dcf28b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b7dcec82e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b7dcec82e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b7dcec82e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b7dcf2675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b7dcf264bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b7dcf264aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b7dcf264ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7dcebb2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7dcebb9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b7dcebd2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b7dcebd2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b7dcebd2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b7dceb3a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b7dceb3a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b7dceba1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b7dceba25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b7dceba25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b7dceba25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b7dceba3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b7dceb8ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b7dcf267044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b7dcf267044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b7dcf266f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b7dcf264a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b7dcf264a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b7dcf264ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b7dcf6c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b7dcf6c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7dcf6c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7dce75b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f7dedd6dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7dceb1ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b7dceb1ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b7dcf25f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b7dcf25ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b7dcf25c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b7dcf28bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b7dcec81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b7dcf2680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b7dcf2678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7dceb1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7dceb1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7dceb9b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7dceb9b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b7dceb3a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b7dceb2a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b7dceb2a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b7dcec30ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b7dcec81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b7dcf2680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b7dcf2678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b7dcf264bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b7dcf264aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b7dcf264ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b7dcf6c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b7dcf6c7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7dcf6c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7dce75b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7dceb1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7dceb1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7dceb9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7dceb9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7dcf25ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b7dcf25c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b7dcf28bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b7dcec81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7dcebb2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7dcebb9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b7dcebd2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b7dcebd2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b7dcebd2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b7dceb3a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b7dceb3a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b7dceba1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b7dceba25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b7dceba25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b7dceba25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b7dceb9e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b7dceb7e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b7dceb2a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b7dceb2a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b7dcec30ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b7dceb2a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b7dceb2a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b7dceb2ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b7dceb2ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b7dcec82e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b7dcec82e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b7dcf2675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7dceb1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7dceb1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7dceb9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7dceb9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7dcf25ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b7dcf25c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b7dcf28bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7dcebb2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7dcebb4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7dcebb4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7dcf25f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7dcf25ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b7dcf25c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b7dcf28b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b7dcec82e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b7dcec82e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b7dcec82e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b7dcf2675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b7dcf264bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b7dcf264aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b7dcf264ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7dceb1ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b7dceb1ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b7dcf25f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b7dcf25c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b7dcf28bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7dceb5c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b7dceb5c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b7dcf25e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b7dcf25c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b7dcf28bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7dceb5c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b7dceb5c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b7dcf25e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b7dcf25c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b7dcf28bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b7dcec81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b7dcf2680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7dceb1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7dceb1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7dceb9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7dceb9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7dcf25ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b7dcf260090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b7dcf260090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b7dcec3182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b7dcec81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b7dcf2680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7dcebb2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7dcebb9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b7dceb34d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b7dceb3dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b7dcf2673ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b7dcf2671ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b7dcf266f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b7dcf264a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b7dcf264a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b7dcf264ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b7dcf6c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b7dcf6c7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b7dcf6c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b7dce75b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f7dedd6dd8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7dceb1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7dceb1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7dceb9b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7dceb9b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b7dcec34686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b7dcec34686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b7dcec30dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b7dcec81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b7dcf2680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b7dcf2678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b7dcf264bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b7dcf264aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b7dcf264ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b7dcf6c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b7dcf6c7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b7dcf6c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b7dce75b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7dcebb2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7dcebb4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7dcebb4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7dcf25f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7dcf25ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b7dcf25c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b7dcf28b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b7dcec82e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b7dcec82e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b7dcec82e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b7dcf2675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b7dcf264bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b7dcf264aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b7dcf264ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7dcebb2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7dcebb9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b7dcebd2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b7dcebd2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b7dcebd2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b7dceb3a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b7dceb3a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b7dceba1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b7dceba25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b7dceba25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b7dceba25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b7dceba3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b7dceb8ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b7dcf267044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b7dcf267044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b7dcf266f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b7dcf264a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b7dcf264a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b7dcf264ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b7dcf6c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b7dcf6c7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b7dcf6c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b7dce75b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f7dedd6dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7dceb1ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b7dceb1ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b7dcf25f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b7dcf25ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b7dcf25c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b7dcf28bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b7dcec81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b7dcf2680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b7dcf2678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7dceb1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7dceb1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7dceb9b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7dceb9b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b7dceb3a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b7dceb2a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b7dceb2a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b7dcec30ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b7dcec81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b7dcf2680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b7dcf2678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b7dcf264bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b7dcf264aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b7dcf264ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b7dcf6c7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b7dcf6c7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b7dcf6c76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b7dce75b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7dceb1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7dceb1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7dceb9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7dceb9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7dcf25ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b7dcf25c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b7dcf28bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b7dcec81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7dcebb2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7dcebb9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b7dcebd2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b7dcebd2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b7dcebd2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b7dceb3a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b7dceb3a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b7dceba1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b7dceba25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b7dceba25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b7dceba25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b7dceb9e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b7dceb7e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b7dceb2a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b7dceb2a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b7dcec30ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b7dceb2a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b7dceb2a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b7dceb2ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b7dceb2ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b7dcec82e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b7dcec82e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b7dcf2675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7dceb1b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7dceb1b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7dceb9ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7dceb9ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7dcf25ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b7dcf25c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b7dcf28bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7dcebb2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7dcebb4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7dcebb4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7dcf25f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7dcf25ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b7dcf25c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b7dcf28b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b7dcec82e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b7dcec82e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b7dcec82e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b7dcf2675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b7dcf264bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b7dcf264aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b7dcf264ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7dceb1ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b7dceb1ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b7dcf25f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b7dcf25c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b7dcf28bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7dceb5c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b7dceb5c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b7dcf25e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b7dcf25c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b7dcf28bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7dceb5c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b7dceb5c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b7dcf25e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b7dcf25ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b7dcf25ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b7dcf25c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b7dcf25c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b7dcf28bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b7dceb8741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b7dcec847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b7dcec847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b7dcec847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b7dceb86214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b7dcec2e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b7dcec2e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b7dcec26d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b7dcec26d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b7dcec26d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b7dcec02de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b7dcec02de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b7dcec3288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b7dceb2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b7dcec81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b7dcf2680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/topic_3.txt' has failed with code 100.
E   Errors:
E   ...4b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b45836a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b4583c880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 443307
DEBUG    ya.test:process.py:259 Command (pid 443307) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 443307) elapsed time (sec): 20.336629629135132
DEBUG    ya.test:process.py:263 Command (pid 443307) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 443307) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 443307) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 443307) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 443307) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 443307) maxrss: 1514676
DEBUG    ya.test:process.py:263 Command (pid 443307) minflt: 999970
DEBUG    ya.test:process.py:263 Command (pid 443307) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 443307) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 443307) nivcsw: 1275
DEBUG    ya.test:process.py:263 Command (pid 443307) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 443307) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 443307) nvcsw: 103907
DEBUG    ya.test:process.py:263 Command (pid 443307) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 443307) stime: 4.386181
DEBUG    ya.test:process.py:263 Command (pid 443307) utime: 12.019354
DEBUG    ya.test:process.py:263 Command (pid 443307) wtime: 20.339
DEBUG    ya.test:process.py:275 Command (pid 443307) output:
2026-01-28T17:36:49.038999Z Fetching udfs...
2026-01-28T17:36:49.537473Z Initialization of fq runner...
2026-01-28T17:36:53.150482Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.943946s
2026-01-28T17:36:54.106098Z Fetching query results...
2026-01-28T17:36:54.106125Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 443307) errors:
...0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b458353b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b458353b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b45835bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b45835bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4583c7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4583c80090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b4583c80090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b458365182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b45836a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b4583c880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b45835d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b45835d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4583554d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b458355dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b4583c873ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b4583c871ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b4583c86f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b4583c84a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b4583c84a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b4583c84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b45840e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b45840e7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b45840e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b458317b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f45a2793d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b458353b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b458353b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b45835bb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b45835bb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b4583654686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b4583654686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b4583650dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b45836a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b4583c880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b4583c878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b4583c84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b4583c84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b4583c84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b45840e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b45840e7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b45840e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b458317b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b45835d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b45835d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b45835d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4583c7f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4583c7ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4583c7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b4583cab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b45836a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b45836a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b45836a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b4583c875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b4583c84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b4583c84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b4583c84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b45835d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b45835d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b45835f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b45835f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b45835f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b458355a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b458355a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b45835c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b45835c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b45835c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b45835c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b45835c3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b45835aad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b4583c87044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b4583c87044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b4583c86f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b4583c84a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b4583c84a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b4583c84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b45840e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b45840e7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b45840e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b458317b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f45a2793d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b458353ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b458353ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b4583c7f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b4583c7ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b4583c7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b4583cabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b45836a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b4583c880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b4583c878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b458353b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b458353b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b45835bb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b45835bb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b458355a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b458354a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b458354a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b4583650ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b45836a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b4583c880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b4583c878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b4583c84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b4583c84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b4583c84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b45840e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b45840e7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b45840e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b458317b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b458353b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b458353b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b45835bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b45835bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4583c7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b4583c7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b4583cabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b45836a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b45835d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b45835d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b45835f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b45835f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b45835f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b458355a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b458355a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b45835c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b45835c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b45835c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b45835c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b45835be5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b458359e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b458354a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b458354a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b4583650ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b458354a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b458354a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b458354ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b458354ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b45836a2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b45836a2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b4583c875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b458353b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b458353b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b45835bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b45835bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b4583c7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b4583c7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b4583cabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b45835d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b45835d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b45835d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b4583c7f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b4583c7ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4583c7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b4583cab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b45836a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b45836a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b45836a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b4583c875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b4583c84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b4583c84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b4583c84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b458353ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b458353ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b4583c7f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b4583c7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b4583cabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b458357c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b458357c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b4583c7e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b4583c7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b4583cabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b458357c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b458357c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b4583c7e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b4583c7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b4583cabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b45836a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b4583c880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b458353b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b458353b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b45835bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b45835bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4583c7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4583c80090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b4583c80090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b458365182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b45836a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b4583c880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b45835d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b45835d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4583554d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b458355dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b4583c873ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b4583c871ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b4583c86f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b4583c84a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b4583c84a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b4583c84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b45840e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b45840e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b45840e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b458317b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f45a2793d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b458353b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b458353b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b45835bb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b45835bb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b4583654686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b4583654686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b4583650dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b45836a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b4583c880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b4583c878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b4583c84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b4583c84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b4583c84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b45840e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b45840e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b45840e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b458317b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b45835d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b45835d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b45835d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4583c7f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4583c7ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4583c7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b4583cab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b45836a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b45836a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b45836a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b4583c875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b4583c84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b4583c84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b4583c84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b45835d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b45835d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b45835f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b45835f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b45835f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b458355a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b458355a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b45835c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b45835c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b45835c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b45835c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b45835c3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b45835aad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b4583c87044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b4583c87044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b4583c86f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b4583c84a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b4583c84a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b4583c84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b45840e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b45840e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b45840e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b458317b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f45a2793d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b458353ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b458353ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b4583c7f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b4583c7ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b4583c7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b4583cabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b45836a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b4583c880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b4583c878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b458353b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b458353b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b45835bb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b45835bb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b458355a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b458354a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b458354a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b4583650ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b45836a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b4583c880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b4583c878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b4583c84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b4583c84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b4583c84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b45840e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b45840e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b45840e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b458317b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b458353b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b458353b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b45835bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b45835bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4583c7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b4583c7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b4583cabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b45836a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b45835d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b45835d9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b45835f2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b45835f2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b45835f2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b458355a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b458355a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b45835c1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b45835c25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b45835c25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b45835c25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b45835be5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b458359e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b458354a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b458354a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b4583650ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b458354a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b458354a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b458354ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b458354ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b45836a2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b45836a2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b4583c875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b458353b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b458353b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b45835bac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b45835bac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b4583c7ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b4583c7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b4583cabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b45835d2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b45835d4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b45835d4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b4583c7f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b4583c7ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4583c7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b4583cab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b45836a2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b45836a2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b45836a2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b4583c875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b4583c84bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b4583c84aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b4583c84ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b458353ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b458353ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b4583c7f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b4583c7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b4583cabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b458357c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b458357c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b4583c7e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b4583c7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b4583cabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b458357c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b458357c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b4583c7e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b4583c7ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b4583c7ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b4583c7c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b4583c7c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b4583cabfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b45835a741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b45836a47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b45836a47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b45836a47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b45835a6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b458364e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b458364e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b4583646d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b4583646d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b4583646d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b4583622de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b4583622de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b458365288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b458354b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b45836a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b4583c880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/topic_3.txt' has failed with code 100.
E   Errors:
E   ...8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bafd16e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bafd1cc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 452179
DEBUG    ya.test:process.py:259 Command (pid 452179) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 452179) elapsed time (sec): 22.34539270401001
DEBUG    ya.test:process.py:263 Command (pid 452179) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 452179) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 452179) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 452179) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 452179) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 452179) maxrss: 1521104
DEBUG    ya.test:process.py:263 Command (pid 452179) minflt: 991464
DEBUG    ya.test:process.py:263 Command (pid 452179) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 452179) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 452179) nivcsw: 2045
DEBUG    ya.test:process.py:263 Command (pid 452179) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 452179) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 452179) nvcsw: 104493
DEBUG    ya.test:process.py:263 Command (pid 452179) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 452179) stime: 4.154941
DEBUG    ya.test:process.py:263 Command (pid 452179) utime: 12.68123
DEBUG    ya.test:process.py:263 Command (pid 452179) wtime: 22.35
DEBUG    ya.test:process.py:275 Command (pid 452179) output:
2026-01-28T17:37:09.865622Z Fetching udfs...
2026-01-28T17:37:10.527869Z Initialization of fq runner...
2026-01-28T17:37:15.461678Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.041375s
2026-01-28T17:37:16.512901Z Fetching query results...
2026-01-28T17:37:16.512932Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 452179) errors:
...0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bafd157b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bafd157b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bafd15fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bafd15fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bafd1cbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bafd1cc0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bafd1cc0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bafd169182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bafd16e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bafd1cc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bafd1612bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bafd1619fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bafd1594d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bafd159dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bafd1cc73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bafd1cc71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bafd1cc6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bafd1cc4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bafd1cc4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bafd1cc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bafd2127db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bafd2127db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bafd21276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bafd11bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7faff07cbd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bafd157b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bafd157b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bafd15fb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bafd15fb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bafd1694686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bafd1694686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bafd1690dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bafd16e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bafd1cc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bafd1cc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bafd1cc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bafd1cc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bafd1cc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bafd2127db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bafd2127db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bafd21276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bafd11bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bafd1612bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bafd1614424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bafd1614424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bafd1cbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bafd1cbec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bafd1cbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bafd1ceb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bafd16e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bafd16e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bafd16e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bafd1cc75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bafd1cc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bafd1cc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bafd1cc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bafd1612bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bafd1619fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bafd1632524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bafd1632524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bafd1632524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bafd159a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bafd159a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bafd1601acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bafd16025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bafd16025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bafd16025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bafd1603e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bafd15ead0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bafd1cc7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bafd1cc7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bafd1cc6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bafd1cc4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bafd1cc4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bafd1cc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bafd2127db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bafd2127db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bafd21276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bafd11bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7faff07cbd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bafd157ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bafd157ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bafd1cbf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bafd1cbece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bafd1cbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bafd1cebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bafd16e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bafd1cc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bafd1cc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bafd157b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bafd157b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bafd15fb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bafd15fb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bafd159a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bafd158a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bafd158a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bafd1690ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bafd16e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bafd1cc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bafd1cc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bafd1cc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bafd1cc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bafd1cc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bafd2127db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bafd2127db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bafd21276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bafd11bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bafd157b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bafd157b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bafd15fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bafd15fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bafd1cbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bafd1cbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bafd1cebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bafd16e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bafd1612bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bafd1619fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bafd1632524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bafd1632524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bafd1632524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bafd159a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bafd159a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bafd1601acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bafd16025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bafd16025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bafd16025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bafd15fe5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bafd15de92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bafd158a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bafd158a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bafd1690ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bafd158a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bafd158a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bafd158ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bafd158ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bafd16e2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bafd16e2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bafd1cc75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bafd157b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bafd157b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bafd15fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bafd15fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bafd1cbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bafd1cbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bafd1cebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bafd1612bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bafd1614424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bafd1614424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bafd1cbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bafd1cbec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bafd1cbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bafd1ceb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bafd16e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bafd16e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bafd16e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bafd1cc75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bafd1cc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bafd1cc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bafd1cc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bafd157ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bafd157ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bafd1cbf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bafd1cbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bafd1cebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bafd15bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bafd15bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bafd1cbe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bafd1cbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bafd1cebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bafd15bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bafd15bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bafd1cbe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bafd1cbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bafd1cebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bafd16e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bafd1cc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bafd157b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bafd157b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bafd15fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bafd15fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bafd1cbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bafd1cc0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bafd1cc0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bafd169182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bafd16e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bafd1cc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bafd1612bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bafd1619fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bafd1594d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bafd159dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bafd1cc73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bafd1cc71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bafd1cc6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bafd1cc4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bafd1cc4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bafd1cc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bafd2127db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bafd2127db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bafd21276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bafd11bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7faff07cbd8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bafd157b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bafd157b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bafd15fb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bafd15fb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bafd1694686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bafd1694686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bafd1690dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bafd16e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bafd1cc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bafd1cc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bafd1cc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bafd1cc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bafd1cc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bafd2127db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bafd2127db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bafd21276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bafd11bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bafd1612bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bafd1614424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bafd1614424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bafd1cbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bafd1cbec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bafd1cbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bafd1ceb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bafd16e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bafd16e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bafd16e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bafd1cc75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bafd1cc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bafd1cc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bafd1cc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bafd1612bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bafd1619fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bafd1632524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bafd1632524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bafd1632524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bafd159a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bafd159a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bafd1601acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bafd16025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bafd16025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bafd16025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bafd1603e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bafd15ead0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bafd1cc7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bafd1cc7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bafd1cc6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bafd1cc4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bafd1cc4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bafd1cc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bafd2127db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bafd2127db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bafd21276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bafd11bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7faff07cbd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bafd157ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bafd157ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bafd1cbf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bafd1cbece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bafd1cbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bafd1cebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bafd16e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bafd1cc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bafd1cc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bafd157b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bafd157b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bafd15fb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bafd15fb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bafd159a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bafd158a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bafd158a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bafd1690ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bafd16e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bafd1cc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bafd1cc78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bafd1cc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bafd1cc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bafd1cc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bafd2127db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bafd2127db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bafd21276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bafd11bb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bafd157b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bafd157b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bafd15fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bafd15fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bafd1cbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bafd1cbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bafd1cebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bafd16e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bafd1612bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bafd1619fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bafd1632524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bafd1632524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bafd1632524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bafd159a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bafd159a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bafd1601acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bafd16025ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bafd16025ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bafd16025ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bafd15fe5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bafd15de92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bafd158a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bafd158a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bafd1690ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bafd158a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bafd158a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bafd158ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bafd158ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bafd16e2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bafd16e2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bafd1cc75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bafd157b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bafd157b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bafd15fac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bafd15fac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bafd1cbee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bafd1cbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bafd1cebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bafd1612bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bafd1614424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bafd1614424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bafd1cbf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bafd1cbec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bafd1cbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bafd1ceb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bafd16e2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bafd16e2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bafd16e2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bafd1cc75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bafd1cc4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bafd1cc4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bafd1cc4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bafd157ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bafd157ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bafd1cbf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bafd1cbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bafd1cebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bafd15bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bafd15bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bafd1cbe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bafd1cbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bafd1cebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bafd15bc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bafd15bc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bafd1cbe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bafd1cbee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bafd1cbec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bafd1cbc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bafd1cbc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bafd1cebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bafd15e741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bafd16e47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bafd16e47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bafd16e47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bafd15e6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bafd168e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bafd168e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bafd1686d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bafd1686d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bafd1686d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bafd1662de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bafd1662de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bafd169288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bafd158b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bafd16e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bafd1cc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/topic_3.txt' has failed with code 100.
E   Errors:
E   ...0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b0bf4461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b0bf4a480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 460566
DEBUG    ya.test:process.py:259 Command (pid 460566) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 460566) elapsed time (sec): 20.786920309066772
DEBUG    ya.test:process.py:263 Command (pid 460566) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 460566) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 460566) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 460566) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 460566) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 460566) maxrss: 1528156
DEBUG    ya.test:process.py:263 Command (pid 460566) minflt: 996893
DEBUG    ya.test:process.py:263 Command (pid 460566) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 460566) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 460566) nivcsw: 1643
DEBUG    ya.test:process.py:263 Command (pid 460566) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 460566) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 460566) nvcsw: 105051
DEBUG    ya.test:process.py:263 Command (pid 460566) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 460566) stime: 4.18248
DEBUG    ya.test:process.py:263 Command (pid 460566) utime: 12.376598
DEBUG    ya.test:process.py:263 Command (pid 460566) wtime: 20.793
DEBUG    ya.test:process.py:275 Command (pid 460566) output:
2026-01-28T17:37:32.506711Z Fetching udfs...
2026-01-28T17:37:33.126005Z Initialization of fq runner...
2026-01-28T17:37:37.574151Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.948655s
2026-01-28T17:37:38.529509Z Fetching query results...
2026-01-28T17:37:38.529545Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 460566) errors:
...0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0bf42fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0bf42fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0bf437ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0bf437ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0bf4a3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0bf4a40090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b0bf4a40090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b0bf441182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b0bf4461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b0bf4a480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0bf4392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0bf4399fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0bf4314d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b0bf431dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b0bf4a473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b0bf4a471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b0bf4a46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b0bf4a44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b0bf4a44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b0bf4a44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b0bf4ea7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b0bf4ea7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0bf4ea76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0bf3f3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f0c1354ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0bf42fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0bf42fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0bf437b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0bf437b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b0bf4414686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b0bf4414686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b0bf4410dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b0bf4461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b0bf4a480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b0bf4a478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b0bf4a44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b0bf4a44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b0bf4a44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b0bf4ea7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b0bf4ea7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0bf4ea76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0bf3f3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0bf4392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0bf4394424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0bf4394424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b0bf4a3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b0bf4a3ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0bf4a3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b0bf4a6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b0bf4462e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b0bf4462e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b0bf4462e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b0bf4a475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b0bf4a44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b0bf4a44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b0bf4a44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0bf4392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0bf4399fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0bf43b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b0bf43b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b0bf43b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b0bf431a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b0bf431a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b0bf4381acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b0bf43825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b0bf43825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b0bf43825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b0bf4383e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b0bf436ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b0bf4a47044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b0bf4a47044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b0bf4a46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b0bf4a44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b0bf4a44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b0bf4a44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b0bf4ea7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b0bf4ea7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0bf4ea76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0bf3f3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f0c1354ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0bf42fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b0bf42fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b0bf4a3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b0bf4a3ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b0bf4a3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b0bf4a6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b0bf4461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b0bf4a480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b0bf4a478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0bf42fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0bf42fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0bf437b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0bf437b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b0bf431a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b0bf430a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b0bf430a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b0bf4410ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b0bf4461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b0bf4a480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b0bf4a478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b0bf4a44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b0bf4a44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b0bf4a44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b0bf4ea7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b0bf4ea7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b0bf4ea76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b0bf3f3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0bf42fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0bf42fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0bf437ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0bf437ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0bf4a3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b0bf4a3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b0bf4a6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b0bf4461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0bf4392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0bf4399fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b0bf43b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b0bf43b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b0bf43b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b0bf431a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b0bf431a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b0bf4381acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b0bf43825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b0bf43825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b0bf43825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b0bf437e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b0bf435e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b0bf430a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0bf430a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b0bf4410ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b0bf430a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b0bf430a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b0bf430ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b0bf430ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b0bf4462e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b0bf4462e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b0bf4a475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0bf42fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b0bf42fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b0bf437ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b0bf437ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b0bf4a3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b0bf4a3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b0bf4a6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0bf4392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b0bf4394424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b0bf4394424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b0bf4a3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b0bf4a3ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b0bf4a3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b0bf4a6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b0bf4462e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b0bf4462e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b0bf4462e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b0bf4a475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b0bf4a44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b0bf4a44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b0bf4a44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0bf42fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b0bf42fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b0bf4a3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b0bf4a3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b0bf4a6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0bf433c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b0bf433c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b0bf4a3e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b0bf4a3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b0bf4a6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b0bf433c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b0bf433c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b0bf4a3e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b0bf4a3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b0bf4a6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b0bf4461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b0bf4a480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0bf42fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0bf42fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0bf437ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0bf437ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0bf4a3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0bf4a40090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b0bf4a40090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b0bf441182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b0bf4461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b0bf4a480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0bf4392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0bf4399fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0bf4314d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b0bf431dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b0bf4a473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b0bf4a471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b0bf4a46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b0bf4a44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b0bf4a44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b0bf4a44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b0bf4ea7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b0bf4ea7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b0bf4ea76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b0bf3f3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f0c1354ed8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0bf42fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0bf42fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0bf437b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0bf437b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b0bf4414686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b0bf4414686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b0bf4410dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b0bf4461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b0bf4a480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b0bf4a478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b0bf4a44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b0bf4a44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b0bf4a44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b0bf4ea7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b0bf4ea7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b0bf4ea76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b0bf3f3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0bf4392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0bf4394424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0bf4394424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b0bf4a3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b0bf4a3ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0bf4a3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b0bf4a6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b0bf4462e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b0bf4462e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b0bf4462e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b0bf4a475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b0bf4a44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b0bf4a44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b0bf4a44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0bf4392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0bf4399fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0bf43b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b0bf43b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b0bf43b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b0bf431a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b0bf431a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b0bf4381acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b0bf43825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b0bf43825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b0bf43825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b0bf4383e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b0bf436ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b0bf4a47044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b0bf4a47044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b0bf4a46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b0bf4a44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b0bf4a44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b0bf4a44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b0bf4ea7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b0bf4ea7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b0bf4ea76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b0bf3f3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f0c1354ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0bf42fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b0bf42fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b0bf4a3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b0bf4a3ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b0bf4a3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b0bf4a6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b0bf4461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b0bf4a480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b0bf4a478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0bf42fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0bf42fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0bf437b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0bf437b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b0bf431a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b0bf430a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b0bf430a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b0bf4410ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b0bf4461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b0bf4a480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b0bf4a478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b0bf4a44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b0bf4a44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b0bf4a44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b0bf4ea7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b0bf4ea7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b0bf4ea76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b0bf3f3b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0bf42fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0bf42fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0bf437ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0bf437ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0bf4a3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b0bf4a3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b0bf4a6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b0bf4461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0bf4392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0bf4399fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b0bf43b2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b0bf43b2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b0bf43b2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b0bf431a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b0bf431a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b0bf4381acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b0bf43825ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b0bf43825ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b0bf43825ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b0bf437e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b0bf435e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b0bf430a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0bf430a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b0bf4410ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b0bf430a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b0bf430a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b0bf430ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b0bf430ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b0bf4462e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b0bf4462e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b0bf4a475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0bf42fb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b0bf42fb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b0bf437ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b0bf437ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b0bf4a3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b0bf4a3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b0bf4a6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0bf4392bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b0bf4394424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b0bf4394424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b0bf4a3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b0bf4a3ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b0bf4a3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b0bf4a6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b0bf4462e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b0bf4462e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b0bf4462e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b0bf4a475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b0bf4a44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b0bf4a44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b0bf4a44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0bf42fed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b0bf42fed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b0bf4a3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b0bf4a3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b0bf4a6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0bf433c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b0bf433c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b0bf4a3e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b0bf4a3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b0bf4a6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b0bf433c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b0bf433c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b0bf4a3e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b0bf4a3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b0bf4a3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b0bf4a3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b0bf4a3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b0bf4a6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b0bf436741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b0bf44647c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b0bf44647c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b0bf44647c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b0bf4366214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b0bf440e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b0bf440e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b0bf4406d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b0bf4406d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b0bf4406d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b0bf43e2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b0bf43e2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b0bf441288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b0bf430b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b0bf4461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b0bf4a480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/topic_3.txt' has failed with code 100.
E   Errors:
E   ...eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7badce541a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7badceb280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 465981
DEBUG    ya.test:process.py:259 Command (pid 465981) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 465981) elapsed time (sec): 19.44635844230652
DEBUG    ya.test:process.py:263 Command (pid 465981) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 465981) inblock: 256
DEBUG    ya.test:process.py:263 Command (pid 465981) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 465981) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 465981) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 465981) maxrss: 1525404
DEBUG    ya.test:process.py:263 Command (pid 465981) minflt: 1002589
DEBUG    ya.test:process.py:263 Command (pid 465981) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 465981) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 465981) nivcsw: 445
DEBUG    ya.test:process.py:263 Command (pid 465981) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 465981) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 465981) nvcsw: 104892
DEBUG    ya.test:process.py:263 Command (pid 465981) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 465981) stime: 4.137563
DEBUG    ya.test:process.py:263 Command (pid 465981) utime: 11.784267
DEBUG    ya.test:process.py:263 Command (pid 465981) wtime: 19.449
DEBUG    ya.test:process.py:275 Command (pid 465981) output:
2026-01-28T17:37:53.504896Z Fetching udfs...
2026-01-28T17:37:54.095221Z Initialization of fq runner...
2026-01-28T17:37:57.492249Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.038846s
2026-01-28T17:37:58.537118Z Fetching query results...
2026-01-28T17:37:58.537147Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 465981) errors:
...0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7badce3db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7badce3db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7badce45ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7badce45ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7badceb1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7badceb20090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7badceb20090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7badce4f182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7badce541a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7badceb280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7badce472bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7badce479fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7badce3f4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7badce3fdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7badceb273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7badceb271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7badceb26f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7badceb24a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7badceb24a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7badceb24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7badcef87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7badcef87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7badcef876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7badce01b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7faded62ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7badce3db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7badce3db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7badce45b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7badce45b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7badce4f4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7badce4f4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7badce4f0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7badce541a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7badceb280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7badceb278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7badceb24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7badceb24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7badceb24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7badcef87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7badcef87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7badcef876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7badce01b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7badce472bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7badce474424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7badce474424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7badceb1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7badceb1ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7badceb1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7badceb4b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7badce542e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7badce542e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7badce542e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7badceb275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7badceb24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7badceb24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7badceb24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7badce472bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7badce479fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7badce492524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7badce492524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7badce492524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7badce3fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7badce3fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7badce461acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7badce4625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7badce4625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7badce4625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7badce463e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7badce44ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7badceb27044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7badceb27044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7badceb26f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7badceb24a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7badceb24a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7badceb24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7badcef87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7badcef87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7badcef876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7badce01b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7faded62ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7badce3ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7badce3ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7badceb1f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7badceb1ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7badceb1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7badceb4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7badce541a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7badceb280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7badceb278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7badce3db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7badce3db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7badce45b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7badce45b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7badce3fa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7badce3ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7badce3ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7badce4f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7badce541a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7badceb280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7badceb278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7badceb24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7badceb24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7badceb24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7badcef87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7badcef87db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7badcef876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7badce01b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7badce3db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7badce3db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7badce45ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7badce45ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7badceb1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7badceb1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7badceb4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7badce541a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7badce472bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7badce479fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7badce492524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7badce492524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7badce492524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7badce3fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7badce3fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7badce461acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7badce4625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7badce4625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7badce4625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7badce45e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7badce43e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7badce3ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7badce3ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7badce4f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7badce3ea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7badce3ea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7badce3eab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7badce3eab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7badce542e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7badce542e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7badceb275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7badce3db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7badce3db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7badce45ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7badce45ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7badceb1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7badceb1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7badceb4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7badce472bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7badce474424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7badce474424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7badceb1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7badceb1ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7badceb1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7badceb4b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7badce542e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7badce542e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7badce542e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7badceb275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7badceb24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7badceb24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7badceb24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7badce3ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7badce3ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7badceb1f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7badceb1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7badceb4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7badce41c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7badce41c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7badceb1e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7badceb1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7badceb4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7badce41c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7badce41c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7badceb1e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7badceb1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7badceb4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7badce541a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7badceb280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7badce3db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7badce3db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7badce45ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7badce45ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7badceb1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7badceb20090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7badceb20090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7badce4f182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7badce541a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7badceb280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7badce472bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7badce479fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7badce3f4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7badce3fdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7badceb273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7badceb271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7badceb26f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7badceb24a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7badceb24a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7badceb24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7badcef87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7badcef87db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7badcef876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7badce01b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7faded62ed8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7badce3db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7badce3db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7badce45b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7badce45b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7badce4f4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7badce4f4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7badce4f0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7badce541a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7badceb280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7badceb278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7badceb24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7badceb24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7badceb24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7badcef87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7badcef87db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7badcef876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7badce01b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7badce472bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7badce474424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7badce474424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7badceb1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7badceb1ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7badceb1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7badceb4b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7badce542e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7badce542e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7badce542e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7badceb275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7badceb24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7badceb24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7badceb24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7badce472bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7badce479fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7badce492524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7badce492524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7badce492524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7badce3fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7badce3fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7badce461acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7badce4625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7badce4625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7badce4625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7badce463e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7badce44ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7badceb27044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7badceb27044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7badceb26f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7badceb24a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7badceb24a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7badceb24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7badcef87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7badcef87db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7badcef876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7badce01b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7faded62ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7badce3ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7badce3ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7badceb1f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7badceb1ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7badceb1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7badceb4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7badce541a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7badceb280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7badceb278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7badce3db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7badce3db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7badce45b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7badce45b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7badce3fa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7badce3ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7badce3ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7badce4f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7badce541a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7badceb280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7badceb278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7badceb24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7badceb24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7badceb24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7badcef87db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7badcef87db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7badcef876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7badce01b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7badce3db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7badce3db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7badce45ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7badce45ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7badceb1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7badceb1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7badceb4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7badce541a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7badce472bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7badce479fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7badce492524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7badce492524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7badce492524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7badce3fa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7badce3fa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7badce461acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7badce4625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7badce4625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7badce4625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7badce45e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7badce43e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7badce3ea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7badce3ea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7badce4f0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7badce3ea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7badce3ea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7badce3eab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7badce3eab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7badce542e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7badce542e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7badceb275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7badce3db3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7badce3db3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7badce45ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7badce45ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7badceb1ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7badceb1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7badceb4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7badce472bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7badce474424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7badce474424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7badceb1f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7badceb1ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7badceb1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7badceb4b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7badce542e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7badce542e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7badce542e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7badceb275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7badceb24bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7badceb24aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7badceb24ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7badce3ded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7badce3ded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7badceb1f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7badceb1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7badceb4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7badce41c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7badce41c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7badceb1e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7badceb1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7badceb4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7badce41c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7badce41c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7badceb1e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7badceb1ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7badceb1ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7badceb1c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7badceb1c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7badceb4bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7badce44741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7badce5447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7badce5447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7badce5447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7badce446214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7badce4ee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7badce4ee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7badce4e6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7badce4e6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7badce4e6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7badce4c2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7badce4c2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7badce4f288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7badce3eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7badce541a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7badceb280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/topic_3.txt' has failed with code 100.
E   Errors:
E   ...bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b74fef11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b74ff4f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 472190
DEBUG    ya.test:process.py:259 Command (pid 472190) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 472190) elapsed time (sec): 16.948869466781616
DEBUG    ya.test:process.py:263 Command (pid 472190) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 472190) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 472190) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 472190) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 472190) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 472190) maxrss: 1529812
DEBUG    ya.test:process.py:263 Command (pid 472190) minflt: 1000662
DEBUG    ya.test:process.py:263 Command (pid 472190) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 472190) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 472190) nivcsw: 85
DEBUG    ya.test:process.py:263 Command (pid 472190) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 472190) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 472190) nvcsw: 105295
DEBUG    ya.test:process.py:263 Command (pid 472190) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 472190) stime: 3.865292
DEBUG    ya.test:process.py:263 Command (pid 472190) utime: 11.049375
DEBUG    ya.test:process.py:263 Command (pid 472190) wtime: 16.951
DEBUG    ya.test:process.py:275 Command (pid 472190) output:
2026-01-28T17:38:13.128986Z Fetching udfs...
2026-01-28T17:38:13.607538Z Initialization of fq runner...
2026-01-28T17:38:17.034627Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.827667s
2026-01-28T17:38:17.866628Z Fetching query results...
2026-01-28T17:38:17.866659Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 472190) errors:
...0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b74fedab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b74fedab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b74fee2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b74fee2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b74ff4eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b74ff4f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b74ff4f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b74feec182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b74fef11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b74ff4f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b74fee42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b74fee49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b74fedc4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b74fedcdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b74ff4f73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b74ff4f71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b74ff4f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b74ff4f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b74ff4f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b74ff4f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b74ff957db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b74ff957db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b74ff9576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b74fe9eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f751e001d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b74fedab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b74fedab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b74fee2b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b74fee2b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b74feec4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b74feec4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b74feec0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b74fef11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b74ff4f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b74ff4f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b74ff4f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b74ff4f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b74ff4f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b74ff957db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b74ff957db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b74ff9576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b74fe9eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b74fee42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b74fee44424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b74fee44424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b74ff4ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b74ff4eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b74ff4ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b74ff51b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b74fef12e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b74fef12e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b74fef12e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b74ff4f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b74ff4f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b74ff4f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b74ff4f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b74fee42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b74fee49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b74fee62524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b74fee62524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b74fee62524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b74fedca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b74fedca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b74fee31acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b74fee325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b74fee325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b74fee325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b74fee33e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b74fee1ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b74ff4f7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b74ff4f7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b74ff4f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b74ff4f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b74ff4f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b74ff4f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b74ff957db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b74ff957db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b74ff9576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b74fe9eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f751e001d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b74fedaed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b74fedaed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b74ff4ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b74ff4eece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b74ff4ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b74ff51bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b74fef11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b74ff4f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b74ff4f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b74fedab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b74fedab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b74fee2b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b74fee2b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b74fedca356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b74fedba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b74fedba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b74feec0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b74fef11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b74ff4f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b74ff4f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b74ff4f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b74ff4f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b74ff4f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b74ff957db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b74ff957db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b74ff9576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b74fe9eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b74fedab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b74fedab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b74fee2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b74fee2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b74ff4eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b74ff4ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b74ff51bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b74fef11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b74fee42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b74fee49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b74fee62524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b74fee62524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b74fee62524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b74fedca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b74fedca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b74fee31acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b74fee325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b74fee325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b74fee325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b74fee2e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b74fee0e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b74fedba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b74fedba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b74feec0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b74fedba511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b74fedba511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b74fedbab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b74fedbab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b74fef12e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b74fef12e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b74ff4f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b74fedab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b74fedab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b74fee2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b74fee2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b74ff4eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b74ff4ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b74ff51bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b74fee42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b74fee44424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b74fee44424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b74ff4ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b74ff4eec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b74ff4ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b74ff51b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b74fef12e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b74fef12e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b74fef12e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b74ff4f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b74ff4f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b74ff4f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b74ff4f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b74fedaed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b74fedaed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b74ff4ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b74ff4ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b74ff51bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b74fedec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b74fedec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b74ff4ee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b74ff4ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b74ff51bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b74fedec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b74fedec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b74ff4ee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b74ff4ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b74ff51bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b74fef11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b74ff4f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b74fedab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b74fedab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b74fee2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b74fee2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b74ff4eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b74ff4f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b74ff4f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b74feec182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b74fef11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b74ff4f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b74fee42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b74fee49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b74fedc4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b74fedcdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b74ff4f73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b74ff4f71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b74ff4f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b74ff4f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b74ff4f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b74ff4f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b74ff957db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b74ff957db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b74ff9576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b74fe9eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f751e001d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b74fedab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b74fedab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b74fee2b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b74fee2b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b74feec4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b74feec4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b74feec0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b74fef11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b74ff4f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b74ff4f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b74ff4f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b74ff4f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b74ff4f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b74ff957db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b74ff957db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b74ff9576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b74fe9eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b74fee42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b74fee44424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b74fee44424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b74ff4ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b74ff4eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b74ff4ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b74ff51b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b74fef12e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b74fef12e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b74fef12e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b74ff4f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b74ff4f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b74ff4f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b74ff4f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b74fee42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b74fee49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b74fee62524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b74fee62524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b74fee62524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b74fedca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b74fedca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b74fee31acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b74fee325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b74fee325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b74fee325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b74fee33e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b74fee1ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b74ff4f7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b74ff4f7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b74ff4f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b74ff4f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b74ff4f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b74ff4f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b74ff957db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b74ff957db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b74ff9576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b74fe9eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f751e001d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b74fedaed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b74fedaed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b74ff4ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b74ff4eece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b74ff4ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b74ff51bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b74fef11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b74ff4f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b74ff4f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b74fedab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b74fedab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b74fee2b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b74fee2b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b74fedca356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b74fedba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b74fedba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b74feec0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b74fef11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b74ff4f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b74ff4f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b74ff4f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b74ff4f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b74ff4f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b74ff957db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b74ff957db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b74ff9576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b74fe9eb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b74fedab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b74fedab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b74fee2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b74fee2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b74ff4eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b74ff4ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b74ff51bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b74fef11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b74fee42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b74fee49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b74fee62524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b74fee62524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b74fee62524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b74fedca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b74fedca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b74fee31acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b74fee325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b74fee325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b74fee325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b74fee2e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b74fee0e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b74fedba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b74fedba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b74feec0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b74fedba511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b74fedba511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b74fedbab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b74fedbab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b74fef12e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b74fef12e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b74ff4f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b74fedab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b74fedab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b74fee2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b74fee2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b74ff4eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b74ff4ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b74ff51bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b74fee42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b74fee44424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b74fee44424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b74ff4ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b74ff4eec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b74ff4ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b74ff51b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b74fef12e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b74fef12e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b74fef12e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b74ff4f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b74ff4f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b74ff4f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b74ff4f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b74fedaed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b74fedaed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b74ff4ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b74ff4ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b74ff51bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b74fedec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b74fedec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b74ff4ee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b74ff4ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b74ff51bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b74fedec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b74fedec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b74ff4ee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b74ff4eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b74ff4eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b74ff4ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b74ff4ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b74ff51bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b74fee1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b74fef147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b74fef147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b74fef147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b74fee16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b74feebe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b74feebe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b74feeb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b74feeb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b74feeb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b74fee92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b74fee92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b74feec288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b74fedbb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b74fef11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b74ff4f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/topic_3.txt' has failed with code 100.
E   Errors:
E   ...db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b9628231a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b96288180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014c/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/6vmi/00014c/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/6vmi/00014c/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 475782
DEBUG    ya.test:process.py:259 Command (pid 475782) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 475782) elapsed time (sec): 16.872660398483276
DEBUG    ya.test:process.py:263 Command (pid 475782) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 475782) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 475782) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 475782) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 475782) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 475782) maxrss: 1495476
DEBUG    ya.test:process.py:263 Command (pid 475782) minflt: 993647
DEBUG    ya.test:process.py:263 Command (pid 475782) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 475782) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 475782) nivcsw: 145
DEBUG    ya.test:process.py:263 Command (pid 475782) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 475782) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 475782) nvcsw: 104482
DEBUG    ya.test:process.py:263 Command (pid 475782) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 475782) stime: 4.280063
DEBUG    ya.test:process.py:263 Command (pid 475782) utime: 10.775533
DEBUG    ya.test:process.py:263 Command (pid 475782) wtime: 16.875
DEBUG    ya.test:process.py:275 Command (pid 475782) output:
2026-01-28T17:38:30.330067Z Fetching udfs...
2026-01-28T17:38:30.762221Z Initialization of fq runner...
2026-01-28T17:38:34.269444Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.515259s
2026-01-28T17:38:34.789980Z Fetching query results...
2026-01-28T17:38:34.790009Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 475782) errors:
...0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96280cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b96280cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b962814ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b962814ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b962880ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9628810090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b9628810090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b96281e182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b9628231a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b96288180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9628162bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9628169fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b96280e4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b96280edff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b96288173ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b96288171ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b9628816f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b9628814a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b9628814a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b9628814ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b9628c77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b9628c77db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9628c776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9627d0b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f9647327d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96280cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b96280cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b962814b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b962814b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b96281e4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b96281e4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b96281e0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b9628231a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b96288180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b96288178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b9628814bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b9628814aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b9628814ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b9628c77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b9628c77db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9628c776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9627d0b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9628162bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9628164424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9628164424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b962880f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b962880ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b962880c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b962883b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b9628232e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b9628232e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b9628232e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b96288175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b9628814bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b9628814aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b9628814ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9628162bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9628169fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9628182524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9628182524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9628182524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b96280ea26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b96280ea26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9628151acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b96281525ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b96281525ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b96281525ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b9628153e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b962813ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b9628817044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b9628817044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b9628816f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b9628814a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b9628814a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b9628814ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b9628c77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b9628c77db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9628c776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9627d0b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f9647327d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96280ced02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b96280ced02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b962880f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b962880ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b962880c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b962883bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b9628231a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b96288180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b96288178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96280cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b96280cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b962814b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b962814b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b96280ea356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b96280da024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b96280da024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b96281e0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b9628231a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b96288180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b96288178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b9628814bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b9628814aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b9628814ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b9628c77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b9628c77db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b9628c776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b9627d0b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96280cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b96280cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b962814ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b962814ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b962880ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b962880c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b962883bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b9628231a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9628162bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9628169fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9628182524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9628182524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9628182524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b96280ea26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b96280ea26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9628151acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b96281525ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b96281525ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b96281525ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b962814e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b962812e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b96280da024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b96280da024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b96281e0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b96280da511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b96280da511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b96280dab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b96280dab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b9628232e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b9628232e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b96288175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96280cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b96280cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b962814ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b962814ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b962880ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b962880c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b962883bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9628162bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9628164424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9628164424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b962880f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b962880ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b962880c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b962883b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b9628232e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b9628232e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b9628232e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b96288175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b9628814bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b9628814aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b9628814ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b96280ced02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b96280ced02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b962880f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b962880c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b962883bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b962810c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b962810c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b962880e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b962880c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b962883bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b962810c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b962810c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b962880e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b962880c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b962883bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b9628231a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b96288180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96280cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b96280cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b962814ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b962814ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b962880ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9628810090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b9628810090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b96281e182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b9628231a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b96288180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9628162bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9628169fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b96280e4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b96280edff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b96288173ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b96288171ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b9628816f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b9628814a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b9628814a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b9628814ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b9628c77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b9628c77db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b9628c776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9627d0b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f9647327d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96280cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b96280cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b962814b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b962814b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b96281e4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b96281e4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b96281e0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b9628231a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b96288180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b96288178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b9628814bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b9628814aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b9628814ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b9628c77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b9628c77db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b9628c776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9627d0b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9628162bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9628164424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9628164424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b962880f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b962880ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b962880c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b962883b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b9628232e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b9628232e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b9628232e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b96288175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b9628814bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b9628814aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b9628814ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9628162bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9628169fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9628182524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9628182524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9628182524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b96280ea26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b96280ea26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9628151acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b96281525ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b96281525ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b96281525ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b9628153e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b962813ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b9628817044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b9628817044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b9628816f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b9628814a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b9628814a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b9628814ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b9628c77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b9628c77db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b9628c776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9627d0b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f9647327d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96280ced02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b96280ced02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b962880f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b962880ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b962880c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b962883bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b9628231a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b96288180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b96288178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96280cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b96280cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b962814b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b962814b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b96280ea356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b96280da024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b96280da024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b96281e0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b9628231a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b96288180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b96288178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b9628814bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b9628814aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b9628814ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b9628c77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b9628c77db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b9628c776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b9627d0b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96280cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b96280cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b962814ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b962814ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b962880ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b962880c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b962883bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b9628231a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9628162bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9628169fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9628182524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9628182524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9628182524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b96280ea26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b96280ea26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9628151acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b96281525ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b96281525ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b96281525ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b962814e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b962812e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b96280da024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b96280da024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b96281e0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b96280da511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b96280da511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b96280dab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b96280dab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b9628232e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b9628232e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b96288175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96280cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b96280cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b962814ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b962814ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b962880ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b962880c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b962883bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9628162bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9628164424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9628164424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b962880f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b962880ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b962880c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b962883b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b9628232e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b9628232e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b9628232e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b96288175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b9628814bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b9628814aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b9628814ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b96280ced02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b96280ced02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b962880f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b962880c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b962883bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b962810c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b962810c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b962880e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b962880c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b962883bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b962810c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b962810c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b962880e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b962880ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b962880ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b962880c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b962880c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b962883bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b962813741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b96282347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b96282347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b96282347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b9628136214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b96281de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b96281de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b96281d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b96281d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b96281d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b96281b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b96281b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b96281e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b96280db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b9628231a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b96288180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
24.81s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindow-default.txt]
22.39s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt]
20.85s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowNoKey-default.txt]
20.42s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowExprKey-default.txt]
19.50s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowPercentile-default.txt]
19.33s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt]
17.01s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt]
16.97s call     test_sql_streaming.py::test[pq-ReadTopic-default.txt]
0.07s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindow-default.txt]
0.02s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowExprKey-default.txt]
0.02s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowNoKey-default.txt]
0.02s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowPercentile-default.txt]
0.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopic-default.txt]
0.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-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/6vmi/00014c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_i55k4pp3/topic_3.txt' has failed with code 100.
Errors:
...3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bbe2bd3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bbe2bd3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bbe2be9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bbe2be9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bbe2be11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bbe2be11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bbe2bd95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bbe2bd3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bbe2bd3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bbe2bd3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bbe2be91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bbe2be91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bbe2c4780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463726 byte(s) leaked in 8686 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_r6xc_6wt/topic_3.txt' has failed with code 100.
Errors:
...2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b7dceb2b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b7dceb2b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b7dcec8216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b7dcec8216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b7dcec01df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b7dcec01df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b7dceb85fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b7dceb2a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b7dceb2a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b7dceb2a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b7dcec81c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b7dcec81a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b7dcf2680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowExprKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_s7pak5ca/topic_3.txt' has failed with code 100.
Errors:
...4b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b458354b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b458354b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b45836a216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b45836a216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4583621df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4583621df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b45835a5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b458354a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b458354a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b458354a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b45836a1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b45836a1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b4583c880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wuzwnru4/topic_3.txt' has failed with code 100.
Errors:
...8b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bafd158b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bafd158b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bafd16e216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bafd16e216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bafd1661df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bafd1661df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bafd15e5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bafd158a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bafd158a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bafd158a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bafd16e1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bafd16e1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bafd1cc80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowNoKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_11q49eu7/topic_3.txt' has failed with code 100.
Errors:
...0b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b0bf430b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b0bf430b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b0bf446216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b0bf446216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b0bf43e1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b0bf43e1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b0bf4365fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b0bf430a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b0bf430a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b0bf430a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b0bf4461c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b0bf4461a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b0bf4a480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowPercentile-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_44gzx7dt/topic_3.txt' has failed with code 100.
Errors:
...eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7badce3eb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7badce3eb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7badce54216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7badce54216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7badce4c1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7badce4c1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7badce445fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7badce3ea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7badce3ea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7badce3ea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7badce541c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7badce541a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7badceb280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_qvhcm0g8/topic_3.txt' has failed with code 100.
Errors:
...bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b74fedbb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b74fedbb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b74fef1216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b74fef1216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b74fee91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b74fee91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b74fee15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b74fedba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b74fedba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b74fedba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b74fef11c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b74fef11a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b74ff4f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopic-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014c/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/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014c/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_v3x8_o2u/topic_3.txt' has failed with code 100.
Errors:
...db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b96280db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b96280db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b962823216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b962823216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b96281b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b96281b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9628135fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b96280da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b96280da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b96280da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9628231c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b9628231a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b96288180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
======================== 8 failed in 163.64s (0:02:43) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/topic_3.txt' has failed with code 100.
E   Errors:
E   ...eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bb2eec41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bb2ef2280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 441365 byte(s) leaked in 8200 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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000149/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 428175
DEBUG    ya.test:process.py:259 Command (pid 428175) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 428175) elapsed time (sec): 24.44590401649475
DEBUG    ya.test:process.py:263 Command (pid 428175) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 428175) inblock: 45208
DEBUG    ya.test:process.py:263 Command (pid 428175) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 428175) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 428175) majflt: 1067
DEBUG    ya.test:process.py:263 Command (pid 428175) maxrss: 1509584
DEBUG    ya.test:process.py:263 Command (pid 428175) minflt: 975217
DEBUG    ya.test:process.py:263 Command (pid 428175) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 428175) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 428175) nivcsw: 1024
DEBUG    ya.test:process.py:263 Command (pid 428175) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 428175) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 428175) nvcsw: 106216
DEBUG    ya.test:process.py:263 Command (pid 428175) oublock: 9632
DEBUG    ya.test:process.py:263 Command (pid 428175) stime: 4.293329
DEBUG    ya.test:process.py:263 Command (pid 428175) utime: 12.073014
DEBUG    ya.test:process.py:263 Command (pid 428175) wtime: 24.449
DEBUG    ya.test:process.py:275 Command (pid 428175) output:
2026-01-28T17:36:04.672829Z Fetching udfs...
2026-01-28T17:36:09.579654Z Initialization of fq runner...
2026-01-28T17:36:13.652471Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.625168s
2026-01-28T17:36:14.289386Z Fetching query results...
2026-01-28T17:36:14.289415Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 428175) errors:
...cts/typeobject.c:1667:11
    #11 0x7bb2eeae99af in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #12 0x7bb2eebf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #13 0x7bb2eeb100f6 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #14 0x7bb2eeb100f6 in method_vectorcall /-S/contrib/tools/python3/Objects/classobject.c:69:20
    #15 0x7bb2eebf0601 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bb2eebf0601 in _PyObject_CallNoArgs /-S/contrib/tools/python3/Include/internal/pycore_call.h:108:12
    #17 0x7bb2eebf0601 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2515:19
    #18 0x7bb2eeaeafae in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bb2eeaeafae in PyObject_VectorcallMethod /-S/contrib/tools/python3/Objects/call.c:887:24
    #20 0x7bb2eec402be in PyObject_CallMethodOneArg /-S/contrib/tools/python3/Include/cpython/abstract.h:103:12
    #21 0x7bb2eec402be in import_ensure_initialized /-S/contrib/tools/python3/Python/import.c:282:27
    #22 0x7bb2eec41e67 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2886:13
    #23 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #36 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #37 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #38 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #39 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #40 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #41 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #42 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #43 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #44 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #45 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #46 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #47 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb2eeadb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb2eeadb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb2eeb5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb2eeb5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb2ef21ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb2ef220090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bb2ef220090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bb2eebf182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bb2eec41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bb2ef2280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb2eeb72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb2eeb79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb2eeaf4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bb2eeafdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bb2ef2273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bb2ef2271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bb2ef226f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bb2ef224a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bb2ef224a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bb2ef224ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bb2ef687db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bb2ef687db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb2ef6876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb2ee71b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fb30dd2bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb2eeadb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb2eeadb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb2eeb5b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb2eeb5b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bb2eebf4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bb2eebf4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bb2eebf0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bb2eec41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bb2ef2280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bb2ef2278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bb2ef224bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bb2ef224aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bb2ef224ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bb2ef687db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bb2ef687db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb2ef6876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb2ee71b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb2eeb72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb2eeb74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb2eeb74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb2ef21f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb2ef21ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb2ef21c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bb2ef24b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bb2eec42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bb2eec42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bb2eec42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bb2ef2275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bb2ef224bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bb2ef224aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bb2ef224ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb2eeb72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb2eeb79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb2eeb92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb2eeb92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb2eeb92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb2eeafa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb2eeafa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb2eeb61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb2eeb625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb2eeb625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb2eeb625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb2eeb63e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bb2eeb4ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bb2ef227044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bb2ef227044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bb2ef226f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bb2ef224a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bb2ef224a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bb2ef224ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bb2ef687db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bb2ef687db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb2ef6876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb2ee71b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fb30dd2bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb2eeaded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bb2eeaded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bb2ef21f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bb2ef21ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bb2ef21c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bb2ef24bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bb2eec41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bb2ef2280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bb2ef2278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb2eeadb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb2eeadb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb2eeb5b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb2eeb5b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bb2eeafa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bb2eeaea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bb2eeaea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bb2eebf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bb2eec41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bb2ef2280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bb2ef2278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bb2ef224bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bb2ef224aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bb2ef224ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bb2ef687db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bb2ef687db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb2ef6876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb2ee71b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb2eeadb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb2eeadb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb2eeb5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb2eeb5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb2ef21ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bb2ef21c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bb2ef24bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bb2eec41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb2eeb72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb2eeb79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb2eeb92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb2eeb92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb2eeb92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb2eeafa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb2eeafa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb2eeb61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb2eeb625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb2eeb625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb2eeb625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb2eeb5e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bb2eeb3e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bb2eeaea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb2eeaea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bb2eebf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bb2eeaea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bb2eeaea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bb2eeaeab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bb2eeaeab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bb2eec42e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bb2eec42e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bb2ef2275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb2eeadb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb2eeadb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb2eeb5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb2eeb5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb2ef21ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bb2ef21c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bb2ef24bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb2eeb72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb2eeb74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb2eeb74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb2ef21f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb2ef21ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb2ef21c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bb2ef24b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bb2eec42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bb2eec42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bb2eec42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bb2ef2275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bb2ef224bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bb2ef224aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bb2ef224ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb2eeaded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bb2eeaded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bb2ef21f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb2ef21c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb2ef24bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb2eeb1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bb2eeb1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bb2ef21e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb2ef21c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb2ef24bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb2eeb1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bb2eeb1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bb2ef21e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bb2ef21c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bb2ef24bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bb2eec41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bb2ef2280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 441365 byte(s) leaked in 8200 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...cts/typeobject.c:1667:11\n    #11 0x7bb2eeae99af in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #12 0x7bb2eebf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #13 0x7bb2eeb100f6 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #14 0x7bb2eeb100f6 in method_vectorcall /-S/contrib/tools/python3/Objects/classobject.c:69:20\n    #15 0x7bb2eebf0601 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bb2eebf0601 in _PyObject_CallNoArgs /-S/contrib/tools/python3/Include/internal/pycore_call.h:108:12\n    #17 0x7bb2eebf0601 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2515:19\n    #18 0x7bb2eeaeafae in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bb2eeaeafae in PyObject_VectorcallMethod /-S/contrib/tools/python3/Objects/call.c:887:24\n    #20 0x7bb2eec402be in PyObject_CallMethodOneArg /-S/contrib/tools/python3/Include/cpython/abstract.h:103:12\n    #21 0x7bb2eec402be in import_ensure_initialized /-S/contrib/tools/python3/Python/import.c:282:27\n    #22 0x7bb2eec41e67 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2886:13\n    #23 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #36 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #37 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #38 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #39 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #40 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #41 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #42 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #43 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #44 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #45 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #46 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #47 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb2eeadb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb2eeadb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb2eeb5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb2eeb5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb2ef21ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb2ef220090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bb2ef220090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bb2eebf182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bb2eec41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bb2ef2280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb2eeb72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb2eeb79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb2eeaf4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bb2eeafdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bb2ef2273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bb2ef2271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bb2ef226f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bb2ef224a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bb2ef224a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bb2ef224ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bb2ef687db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bb2ef687db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bb2ef6876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bb2ee71b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fb30dd2bd8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb2eeadb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb2eeadb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb2eeb5b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb2eeb5b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bb2eebf4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bb2eebf4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bb2eebf0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bb2eec41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bb2ef2280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bb2ef2278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bb2ef224bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bb2ef224aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bb2ef224ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bb2ef687db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bb2ef687db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bb2ef6876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bb2ee71b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb2eeb72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb2eeb74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb2eeb74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb2ef21f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb2ef21ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb2ef21c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bb2ef24b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bb2eec42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bb2eec42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bb2eec42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bb2ef2275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bb2ef224bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bb2ef224aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bb2ef224ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb2eeb72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb2eeb79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb2eeb92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb2eeb92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb2eeb92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb2eeafa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb2eeafa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb2eeb61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb2eeb625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb2eeb625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb2eeb625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb2eeb63e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bb2eeb4ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bb2ef227044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bb2ef227044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bb2ef226f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bb2ef224a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bb2ef224a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bb2ef224ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bb2ef687db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bb2ef687db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bb2ef6876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bb2ee71b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fb30dd2bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb2eeaded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bb2eeaded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bb2ef21f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bb2ef21ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bb2ef21c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bb2ef24bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bb2eec41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bb2ef2280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bb2ef2278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb2eeadb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb2eeadb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb2eeb5b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb2eeb5b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bb2eeafa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bb2eeaea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bb2eeaea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bb2eebf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bb2eec41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bb2ef2280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bb2ef2278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bb2ef224bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bb2ef224aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bb2ef224ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bb2ef687db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bb2ef687db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bb2ef6876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bb2ee71b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb2eeadb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb2eeadb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb2eeb5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb2eeb5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb2ef21ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bb2ef21c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bb2ef24bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bb2eec41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb2eeb72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb2eeb79fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb2eeb92524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb2eeb92524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb2eeb92524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb2eeafa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb2eeafa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb2eeb61acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb2eeb625ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb2eeb625ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb2eeb625ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb2eeb5e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bb2eeb3e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bb2eeaea024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb2eeaea024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bb2eebf0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bb2eeaea511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bb2eeaea511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bb2eeaeab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bb2eeaeab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bb2eec42e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bb2eec42e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bb2ef2275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb2eeadb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb2eeadb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb2eeb5ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb2eeb5ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb2ef21ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bb2ef21c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bb2ef24bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb2eeb72bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb2eeb74424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb2eeb74424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb2ef21f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb2ef21ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb2ef21c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bb2ef24b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bb2eec42e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bb2eec42e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bb2eec42e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bb2ef2275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bb2ef224bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bb2ef224aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bb2ef224ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb2eeaded02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bb2eeaded02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bb2ef21f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb2ef21c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb2ef24bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb2eeb1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bb2eeb1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bb2ef21e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb2ef21c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb2ef24bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb2eeb1c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bb2eeb1c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bb2ef21e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bb2ef21ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb2ef21ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb2ef21c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bb2ef21c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bb2ef24bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bb2eeb4741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bb2eec447c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bb2eec447c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bb2eec447c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bb2eeb46214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bb2eebee76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bb2eebee76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bb2eebe6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bb2eebe6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bb2eebe6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bb2eebc2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bb2eebc2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb2eebf288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bb2eeaeb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bb2eec41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bb2ef2280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 441365 byte(s) leaked in 8200 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/6vmi/000149/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/topic_3.txt' has failed with code 100.
E   Errors:
E   ...ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b7d37701a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b7d37ce80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463637 byte(s) leaked in 8684 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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 433361
DEBUG    ya.test:process.py:259 Command (pid 433361) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 433361) elapsed time (sec): 18.773131132125854
DEBUG    ya.test:process.py:263 Command (pid 433361) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 433361) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 433361) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 433361) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 433361) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 433361) maxrss: 1498748
DEBUG    ya.test:process.py:263 Command (pid 433361) minflt: 990777
DEBUG    ya.test:process.py:263 Command (pid 433361) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 433361) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 433361) nivcsw: 801
DEBUG    ya.test:process.py:263 Command (pid 433361) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 433361) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 433361) nvcsw: 105413
DEBUG    ya.test:process.py:263 Command (pid 433361) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 433361) stime: 4.218396
DEBUG    ya.test:process.py:263 Command (pid 433361) utime: 11.429741
DEBUG    ya.test:process.py:263 Command (pid 433361) wtime: 18.776
DEBUG    ya.test:process.py:275 Command (pid 433361) output:
2026-01-28T17:36:29.609766Z Fetching udfs...
2026-01-28T17:36:30.161630Z Initialization of fq runner...
2026-01-28T17:36:34.147290Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.622602s
2026-01-28T17:36:34.775954Z Fetching query results...
2026-01-28T17:36:34.775980Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 433361) errors:
...0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7d3759b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7d3759b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7d3761ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7d3761ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7d37cdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b7d37ce0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b7d37ce0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b7d376b182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b7d37701a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b7d37ce80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7d37632bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7d37639fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b7d375b4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b7d375bdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b7d37ce73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b7d37ce71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b7d37ce6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b7d37ce4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b7d37ce4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b7d37ce4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b7d38147db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b7d38147db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7d381476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7d371db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f7d567f6d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7d3759b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7d3759b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7d3761b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7d3761b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b7d376b4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b7d376b4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b7d376b0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b7d37701a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b7d37ce80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b7d37ce78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b7d37ce4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b7d37ce4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b7d37ce4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b7d38147db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b7d38147db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7d381476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7d371db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7d37632bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7d37634424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7d37634424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7d37cdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7d37cdec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b7d37cdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b7d37d0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b7d37702e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b7d37702e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b7d37702e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b7d37ce75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b7d37ce4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b7d37ce4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b7d37ce4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7d37632bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7d37639fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b7d37652524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b7d37652524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b7d37652524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b7d375ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b7d375ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b7d37621acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b7d376225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b7d376225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b7d376225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b7d37623e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b7d3760ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b7d37ce7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b7d37ce7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b7d37ce6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b7d37ce4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b7d37ce4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b7d37ce4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b7d38147db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b7d38147db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7d381476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7d371db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f7d567f6d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7d3759ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b7d3759ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b7d37cdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b7d37cdece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b7d37cdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b7d37d0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b7d37701a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b7d37ce80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b7d37ce78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7d3759b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7d3759b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7d3761b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7d3761b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b7d375ba356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b7d375aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b7d375aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b7d376b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b7d37701a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b7d37ce80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b7d37ce78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b7d37ce4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b7d37ce4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b7d37ce4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b7d38147db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b7d38147db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b7d381476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b7d371db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7d3759b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7d3759b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7d3761ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7d3761ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7d37cdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b7d37cdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b7d37d0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b7d37701a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7d37632bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7d37639fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b7d37652524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b7d37652524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b7d37652524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b7d375ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b7d375ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b7d37621acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b7d376225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b7d376225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b7d376225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b7d3761e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b7d375fe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b7d375aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b7d375aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b7d376b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b7d375aa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b7d375aa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b7d375aab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b7d375aab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b7d37702e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b7d37702e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b7d37ce75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7d3759b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b7d3759b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7d3761ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7d3761ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7d37cdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b7d37cdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b7d37d0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7d37632bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7d37634424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7d37634424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7d37cdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7d37cdec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b7d37cdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b7d37d0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b7d37702e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b7d37702e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b7d37702e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b7d37ce75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b7d37ce4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b7d37ce4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b7d37ce4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7d3759ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b7d3759ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b7d37cdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b7d37cdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b7d37d0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7d375dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b7d375dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b7d37cde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b7d37cdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b7d37d0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b7d375dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b7d375dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b7d37cde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b7d37cdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b7d37d0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b7d37701a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b7d37ce80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463637 byte(s) leaked in 8684 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7d3759b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7d3759b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7d3761ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7d3761ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7d37cdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b7d37ce0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b7d37ce0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b7d376b182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b7d37701a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b7d37ce80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7d37632bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7d37639fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b7d375b4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b7d375bdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b7d37ce73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b7d37ce71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b7d37ce6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b7d37ce4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b7d37ce4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b7d37ce4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b7d38147db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b7d38147db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b7d381476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b7d371db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f7d567f6d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7d3759b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7d3759b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7d3761b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7d3761b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b7d376b4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b7d376b4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b7d376b0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b7d37701a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b7d37ce80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b7d37ce78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b7d37ce4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b7d37ce4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b7d37ce4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b7d38147db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b7d38147db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b7d381476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b7d371db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7d37632bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7d37634424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7d37634424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7d37cdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7d37cdec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b7d37cdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b7d37d0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b7d37702e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b7d37702e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b7d37702e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b7d37ce75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b7d37ce4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b7d37ce4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b7d37ce4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7d37632bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7d37639fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b7d37652524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b7d37652524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b7d37652524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b7d375ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b7d375ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b7d37621acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b7d376225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b7d376225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b7d376225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b7d37623e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b7d3760ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b7d37ce7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b7d37ce7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b7d37ce6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b7d37ce4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b7d37ce4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b7d37ce4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b7d38147db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b7d38147db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b7d381476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b7d371db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f7d567f6d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7d3759ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b7d3759ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b7d37cdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b7d37cdece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b7d37cdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b7d37d0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b7d37701a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b7d37ce80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b7d37ce78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7d3759b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7d3759b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7d3761b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7d3761b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b7d375ba356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b7d375aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b7d375aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b7d376b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b7d37701a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b7d37ce80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b7d37ce78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b7d37ce4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b7d37ce4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b7d37ce4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b7d38147db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b7d38147db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b7d381476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b7d371db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7d3759b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7d3759b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7d3761ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7d3761ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7d37cdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b7d37cdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b7d37d0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b7d37701a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7d37632bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7d37639fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b7d37652524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b7d37652524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b7d37652524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b7d375ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b7d375ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b7d37621acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b7d376225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b7d376225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b7d376225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b7d3761e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b7d375fe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b7d375aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b7d375aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b7d376b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b7d375aa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b7d375aa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b7d375aab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b7d375aab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b7d37702e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b7d37702e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b7d37ce75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7d3759b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b7d3759b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7d3761ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7d3761ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7d37cdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b7d37cdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b7d37d0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7d37632bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7d37634424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7d37634424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7d37cdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7d37cdec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b7d37cdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b7d37d0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b7d37702e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b7d37702e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b7d37702e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b7d37ce75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b7d37ce4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b7d37ce4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b7d37ce4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7d3759ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b7d3759ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b7d37cdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b7d37cdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b7d37d0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7d375dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b7d375dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b7d37cde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b7d37cdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b7d37d0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b7d375dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b7d375dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b7d37cde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b7d37cdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b7d37cdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b7d37cdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b7d37cdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b7d37d0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b7d3760741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b7d377047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b7d377047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b7d377047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b7d37606214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b7d376ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b7d376ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b7d376a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b7d376a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b7d376a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b7d37682de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b7d37682de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b7d376b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b7d375ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b7d37701a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b7d37ce80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463637 byte(s) leaked in 8684 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/6vmi/000149/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/topic_3.txt' has failed with code 100.
E   Errors:
E   ...6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bb7100c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bb7106a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 443214
DEBUG    ya.test:process.py:259 Command (pid 443214) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 443214) elapsed time (sec): 19.70774245262146
DEBUG    ya.test:process.py:263 Command (pid 443214) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 443214) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 443214) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 443214) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 443214) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 443214) maxrss: 1510264
DEBUG    ya.test:process.py:263 Command (pid 443214) minflt: 992996
DEBUG    ya.test:process.py:263 Command (pid 443214) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 443214) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 443214) nivcsw: 1187
DEBUG    ya.test:process.py:263 Command (pid 443214) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 443214) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 443214) nvcsw: 103403
DEBUG    ya.test:process.py:263 Command (pid 443214) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 443214) stime: 4.157053
DEBUG    ya.test:process.py:263 Command (pid 443214) utime: 11.332208
DEBUG    ya.test:process.py:263 Command (pid 443214) wtime: 19.713
DEBUG    ya.test:process.py:275 Command (pid 443214) output:
2026-01-28T17:36:48.733542Z Fetching udfs...
2026-01-28T17:36:49.264034Z Initialization of fq runner...
2026-01-28T17:36:52.876063Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.630319s
2026-01-28T17:36:53.512400Z Fetching query results...
2026-01-28T17:36:53.512432Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 443214) errors:
...0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb70ff5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb70ff5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb70ffdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb70ffdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb71069ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb7106a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bb7106a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bb71007182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bb7100c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bb7106a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb70fff2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb70fff9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb70ff74d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bb70ff7dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bb7106a73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bb7106a71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bb7106a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bb7106a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bb7106a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bb7106a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bb710b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bb710b07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb710b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb70fb9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fb72f1b1d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb70ff5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb70ff5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb70ffdb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb70ffdb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bb710074686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bb710074686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bb710070dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bb7100c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bb7106a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bb7106a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bb7106a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bb7106a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bb7106a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bb710b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bb710b07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb710b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb70fb9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb70fff2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb70fff4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb70fff4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb71069f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb71069ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb71069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bb7106cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bb7100c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bb7100c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bb7100c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bb7106a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bb7106a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bb7106a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bb7106a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb70fff2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb70fff9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb710012524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb710012524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb710012524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb70ff7a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb70ff7a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb70ffe1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb70ffe25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb70ffe25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb70ffe25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb70ffe3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bb70ffcad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bb7106a7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bb7106a7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bb7106a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bb7106a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bb7106a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bb7106a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bb710b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bb710b07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb710b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb70fb9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fb72f1b1d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb70ff5ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bb70ff5ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bb71069f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bb71069ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bb71069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bb7106cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bb7100c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bb7106a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bb7106a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb70ff5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb70ff5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb70ffdb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb70ffdb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bb70ff7a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bb70ff6a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bb70ff6a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bb710070ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bb7100c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bb7106a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bb7106a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bb7106a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bb7106a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bb7106a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bb710b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bb710b07db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb710b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb70fb9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb70ff5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb70ff5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb70ffdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb70ffdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb71069ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bb71069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bb7106cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bb7100c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb70fff2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb70fff9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb710012524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb710012524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb710012524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb70ff7a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb70ff7a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb70ffe1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb70ffe25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb70ffe25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb70ffe25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb70ffde5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bb70ffbe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bb70ff6a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb70ff6a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bb710070ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bb70ff6a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bb70ff6a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bb70ff6ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bb70ff6ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bb7100c2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bb7100c2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bb7106a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb70ff5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb70ff5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb70ffdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb70ffdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb71069ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bb71069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bb7106cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb70fff2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb70fff4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb70fff4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb71069f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb71069ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb71069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bb7106cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bb7100c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bb7100c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bb7100c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bb7106a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bb7106a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bb7106a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bb7106a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb70ff5ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bb70ff5ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bb71069f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb71069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb7106cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb70ff9c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bb70ff9c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bb71069e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb71069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb7106cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb70ff9c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bb70ff9c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bb71069e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bb71069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bb7106cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bb7100c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bb7106a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb70ff5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb70ff5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb70ffdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb70ffdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb71069ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb7106a0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bb7106a0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bb71007182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bb7100c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bb7106a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb70fff2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb70fff9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb70ff74d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bb70ff7dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bb7106a73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bb7106a71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bb7106a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bb7106a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bb7106a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bb7106a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bb710b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bb710b07db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bb710b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bb70fb9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fb72f1b1d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb70ff5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb70ff5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb70ffdb334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb70ffdb334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bb710074686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bb710074686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bb710070dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bb7100c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bb7106a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bb7106a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bb7106a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bb7106a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bb7106a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bb710b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bb710b07db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bb710b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bb70fb9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb70fff2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb70fff4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb70fff4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb71069f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb71069ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb71069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bb7106cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bb7100c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bb7100c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bb7100c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bb7106a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bb7106a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bb7106a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bb7106a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb70fff2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb70fff9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb710012524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb710012524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb710012524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb70ff7a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb70ff7a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb70ffe1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb70ffe25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb70ffe25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb70ffe25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb70ffe3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bb70ffcad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bb7106a7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bb7106a7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bb7106a6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bb7106a4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bb7106a4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bb7106a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bb710b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bb710b07db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bb710b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bb70fb9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fb72f1b1d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb70ff5ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bb70ff5ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bb71069f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bb71069ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bb71069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bb7106cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bb7100c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bb7106a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bb7106a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb70ff5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb70ff5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb70ffdb18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb70ffdb18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bb70ff7a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bb70ff6a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bb70ff6a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bb710070ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bb7100c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bb7106a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bb7106a78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bb7106a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bb7106a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bb7106a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bb710b07db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bb710b07db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bb710b076a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bb70fb9b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb70ff5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb70ff5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb70ffdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb70ffdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb71069ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bb71069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bb7106cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bb7100c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb70fff2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb70fff9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb710012524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb710012524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb710012524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb70ff7a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb70ff7a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb70ffe1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb70ffe25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb70ffe25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb70ffe25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb70ffde5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bb70ffbe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bb70ff6a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb70ff6a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bb710070ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bb70ff6a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bb70ff6a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bb70ff6ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bb70ff6ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bb7100c2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bb7100c2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bb7106a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb70ff5b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb70ff5b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb70ffdac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb70ffdac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb71069ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bb71069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bb7106cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb70fff2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb70fff4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb70fff4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb71069f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb71069ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb71069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bb7106cb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bb7100c2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bb7100c2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bb7100c2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bb7106a75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bb7106a4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bb7106a4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bb7106a4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb70ff5ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bb70ff5ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bb71069f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb71069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb7106cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb70ff9c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bb70ff9c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bb71069e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb71069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb7106cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb70ff9c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bb70ff9c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bb71069e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bb71069ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb71069ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb71069c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bb71069c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bb7106cbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bb70ffc741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bb7100c47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bb7100c47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bb7100c47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bb70ffc6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bb71006e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bb71006e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bb710066d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bb710066d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bb710066d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bb710042de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bb710042de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb71007288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bb70ff6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bb7100c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bb7106a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000149/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/topic_3.txt' has failed with code 100.
E   Errors:
E   ...3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bd1daf91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bd1db5780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463635 byte(s) leaked in 8684 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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 451724
DEBUG    ya.test:process.py:259 Command (pid 451724) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 451724) elapsed time (sec): 21.649778366088867
DEBUG    ya.test:process.py:263 Command (pid 451724) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 451724) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 451724) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 451724) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 451724) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 451724) maxrss: 1503012
DEBUG    ya.test:process.py:263 Command (pid 451724) minflt: 987976
DEBUG    ya.test:process.py:263 Command (pid 451724) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 451724) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 451724) nivcsw: 2072
DEBUG    ya.test:process.py:263 Command (pid 451724) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 451724) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 451724) nvcsw: 103806
DEBUG    ya.test:process.py:263 Command (pid 451724) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 451724) stime: 4.067509
DEBUG    ya.test:process.py:263 Command (pid 451724) utime: 12.310369
DEBUG    ya.test:process.py:263 Command (pid 451724) wtime: 21.654
DEBUG    ya.test:process.py:275 Command (pid 451724) output:
2026-01-28T17:37:08.875220Z Fetching udfs...
2026-01-28T17:37:09.555664Z Initialization of fq runner...
2026-01-28T17:37:14.403972Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.634008s
2026-01-28T17:37:15.043957Z Fetching query results...
2026-01-28T17:37:15.043986Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 451724) errors:
...0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd1dae2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd1dae2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd1daeaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd1daeaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd1db56ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd1db570090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bd1db570090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bd1daf4182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bd1daf91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bd1db5780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd1daec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd1daec9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd1dae44d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bd1dae4dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bd1db5773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bd1db5771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bd1db576f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bd1db574a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bd1db574a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bd1db574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bd1db9d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bd1db9d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd1db9d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd1daa6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fd1fa086d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd1dae2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd1dae2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd1daeab334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd1daeab334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bd1daf44686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bd1daf44686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bd1daf40dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bd1daf91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bd1db5780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bd1db5778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bd1db574bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bd1db574aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bd1db574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bd1db9d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bd1db9d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd1db9d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd1daa6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd1daec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd1daec4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd1daec4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd1db56f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd1db56ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd1db56c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bd1db59b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bd1daf92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bd1daf92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bd1daf92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bd1db5775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bd1db574bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bd1db574aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bd1db574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd1daec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd1daec9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd1daee2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bd1daee2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bd1daee2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bd1dae4a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bd1dae4a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bd1daeb1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bd1daeb25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bd1daeb25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bd1daeb25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bd1daeb3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bd1dae9ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bd1db577044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bd1db577044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bd1db576f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bd1db574a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bd1db574a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bd1db574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bd1db9d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bd1db9d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd1db9d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd1daa6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fd1fa086d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd1dae2ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bd1dae2ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bd1db56f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bd1db56ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bd1db56c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bd1db59bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bd1daf91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bd1db5780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bd1db5778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd1dae2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd1dae2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd1daeab18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd1daeab18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bd1dae4a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bd1dae3a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bd1dae3a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bd1daf40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bd1daf91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bd1db5780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bd1db5778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bd1db574bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bd1db574aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bd1db574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bd1db9d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bd1db9d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd1db9d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd1daa6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd1dae2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd1dae2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd1daeaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd1daeaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd1db56ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bd1db56c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bd1db59bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bd1daf91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd1daec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd1daec9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd1daee2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bd1daee2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bd1daee2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bd1dae4a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bd1dae4a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bd1daeb1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bd1daeb25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bd1daeb25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bd1daeb25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bd1daeae5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bd1dae8e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bd1dae3a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd1dae3a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bd1daf40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bd1dae3a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bd1dae3a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bd1dae3ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bd1dae3ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bd1daf92e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bd1daf92e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bd1db5775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd1dae2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd1dae2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd1daeaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd1daeaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd1db56ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bd1db56c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bd1db59bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd1daec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd1daec4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd1daec4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd1db56f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd1db56ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd1db56c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bd1db59b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bd1daf92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bd1daf92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bd1daf92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bd1db5775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bd1db574bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bd1db574aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bd1db574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd1dae2ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bd1dae2ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bd1db56f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bd1db56c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd1db59bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd1dae6c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bd1dae6c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bd1db56e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bd1db56c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd1db59bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd1dae6c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bd1dae6c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bd1db56e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bd1db56c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bd1db59bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bd1daf91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bd1db5780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463635 byte(s) leaked in 8684 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd1dae2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd1dae2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd1daeaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd1daeaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd1db56ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd1db570090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bd1db570090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bd1daf4182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bd1daf91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bd1db5780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd1daec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd1daec9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd1dae44d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bd1dae4dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bd1db5773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bd1db5771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bd1db576f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bd1db574a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bd1db574a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bd1db574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bd1db9d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bd1db9d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd1db9d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd1daa6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fd1fa086d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd1dae2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd1dae2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd1daeab334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd1daeab334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bd1daf44686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bd1daf44686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bd1daf40dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bd1daf91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bd1db5780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bd1db5778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bd1db574bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bd1db574aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bd1db574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bd1db9d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bd1db9d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd1db9d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd1daa6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd1daec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd1daec4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd1daec4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd1db56f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd1db56ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd1db56c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bd1db59b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bd1daf92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bd1daf92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bd1daf92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bd1db5775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bd1db574bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bd1db574aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bd1db574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd1daec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd1daec9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd1daee2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bd1daee2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bd1daee2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bd1dae4a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bd1dae4a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bd1daeb1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bd1daeb25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bd1daeb25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bd1daeb25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bd1daeb3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bd1dae9ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bd1db577044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bd1db577044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bd1db576f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bd1db574a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bd1db574a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bd1db574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bd1db9d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bd1db9d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd1db9d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd1daa6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fd1fa086d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd1dae2ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bd1dae2ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bd1db56f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bd1db56ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bd1db56c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bd1db59bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bd1daf91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bd1db5780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bd1db5778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd1dae2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd1dae2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd1daeab18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd1daeab18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bd1dae4a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bd1dae3a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bd1dae3a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bd1daf40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bd1daf91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bd1db5780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bd1db5778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bd1db574bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bd1db574aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bd1db574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bd1db9d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bd1db9d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd1db9d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd1daa6b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd1dae2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd1dae2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd1daeaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd1daeaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd1db56ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bd1db56c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bd1db59bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bd1daf91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd1daec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd1daec9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd1daee2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bd1daee2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bd1daee2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bd1dae4a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bd1dae4a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bd1daeb1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bd1daeb25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bd1daeb25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bd1daeb25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bd1daeae5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bd1dae8e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bd1dae3a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd1dae3a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bd1daf40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bd1dae3a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bd1dae3a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bd1dae3ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bd1dae3ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bd1daf92e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bd1daf92e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bd1db5775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd1dae2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd1dae2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd1daeaac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd1daeaac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd1db56ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bd1db56c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bd1db59bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd1daec2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd1daec4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd1daec4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd1db56f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd1db56ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd1db56c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bd1db59b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bd1daf92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bd1daf92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bd1daf92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bd1db5775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bd1db574bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bd1db574aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bd1db574ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd1dae2ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bd1dae2ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bd1db56f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bd1db56c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd1db59bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd1dae6c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bd1dae6c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bd1db56e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bd1db56c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd1db59bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd1dae6c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bd1dae6c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bd1db56e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bd1db56ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd1db56ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd1db56c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bd1db56c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bd1db59bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bd1dae9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bd1daf947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bd1daf947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bd1daf947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bd1dae96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bd1daf3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bd1daf3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bd1daf36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bd1daf36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bd1daf36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bd1daf12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bd1daf12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd1daf4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bd1dae3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bd1daf91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bd1db5780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463635 byte(s) leaked in 8684 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/6vmi/000149/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/topic_3.txt' has failed with code 100.
E   Errors:
E   ...9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bc0898f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bc089ed80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 459950
DEBUG    ya.test:process.py:259 Command (pid 459950) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 459950) elapsed time (sec): 20.664599657058716
DEBUG    ya.test:process.py:263 Command (pid 459950) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 459950) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 459950) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 459950) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 459950) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 459950) maxrss: 1482272
DEBUG    ya.test:process.py:263 Command (pid 459950) minflt: 988485
DEBUG    ya.test:process.py:263 Command (pid 459950) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 459950) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 459950) nivcsw: 1477
DEBUG    ya.test:process.py:263 Command (pid 459950) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 459950) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 459950) nvcsw: 103393
DEBUG    ya.test:process.py:263 Command (pid 459950) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 459950) stime: 4.384125
DEBUG    ya.test:process.py:263 Command (pid 459950) utime: 12.199075
DEBUG    ya.test:process.py:263 Command (pid 459950) wtime: 20.667
DEBUG    ya.test:process.py:275 Command (pid 459950) output:
2026-01-28T17:37:30.673605Z Fetching udfs...
2026-01-28T17:37:31.260252Z Initialization of fq runner...
2026-01-28T17:37:35.584411Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.627041s
2026-01-28T17:37:36.217582Z Fetching query results...
2026-01-28T17:37:36.217613Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 459950) errors:
...0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc08978b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc08978b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc08980ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc08980ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc089ecee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc089ed0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bc089ed0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bc0898a182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bc0898f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bc089ed80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc089822bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc089829fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc0897a4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bc0897adff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bc089ed73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bc089ed71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bc089ed6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bc089ed4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bc089ed4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bc089ed4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bc08a337db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bc08a337db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc08a3376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc0893cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fc0a89e2d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc08978b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc08978b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc08980b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc08980b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bc0898a4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bc0898a4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bc0898a0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bc0898f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bc089ed80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bc089ed78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bc089ed4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc089ed4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bc089ed4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bc08a337db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bc08a337db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc08a3376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc0893cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc089822bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc089824424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc089824424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc089ecf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc089ecec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc089ecc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc089efb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bc0898f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bc0898f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bc0898f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bc089ed75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bc089ed4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bc089ed4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bc089ed4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc089822bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc089829fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc089842524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc089842524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc089842524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc0897aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc0897aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc089811acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc0898125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc0898125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc0898125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc089813e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bc0897fad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bc089ed7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bc089ed7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bc089ed6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bc089ed4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bc089ed4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bc089ed4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bc08a337db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bc08a337db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc08a3376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc0893cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fc0a89e2d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc08978ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc08978ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc089ecf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc089ecece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bc089ecc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bc089efbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bc0898f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bc089ed80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bc089ed78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc08978b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc08978b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc08980b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc08980b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bc0897aa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bc08979a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bc08979a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bc0898a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bc0898f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bc089ed80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bc089ed78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bc089ed4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bc089ed4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bc089ed4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bc08a337db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bc08a337db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bc08a3376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bc0893cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc08978b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc08978b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc08980ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc08980ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc089ecee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bc089ecc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bc089efbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bc0898f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc089822bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc089829fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc089842524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc089842524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc089842524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc0897aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc0897aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc089811acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc0898125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc0898125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc0898125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc08980e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bc0897ee92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bc08979a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc08979a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bc0898a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bc08979a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bc08979a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bc08979ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bc08979ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bc0898f2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bc0898f2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bc089ed75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc08978b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc08978b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc08980ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc08980ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc089ecee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc089ecc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc089efbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc089822bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc089824424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc089824424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc089ecf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc089ecec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc089ecc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc089efb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bc0898f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bc0898f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bc0898f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bc089ed75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bc089ed4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bc089ed4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bc089ed4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc08978ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc08978ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc089ecf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc089ecc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc089efbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc0897cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bc0897cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bc089ece99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc089ecc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc089efbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc0897cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bc0897cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bc089ece99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bc089ecc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bc089efbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bc0898f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bc089ed80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc08978b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc08978b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc08980ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc08980ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc089ecee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc089ed0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bc089ed0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bc0898a182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bc0898f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bc089ed80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc089822bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc089829fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc0897a4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bc0897adff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bc089ed73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bc089ed71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bc089ed6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bc089ed4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bc089ed4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bc089ed4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bc08a337db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bc08a337db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc08a3376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc0893cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fc0a89e2d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc08978b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc08978b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc08980b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc08980b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bc0898a4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bc0898a4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bc0898a0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bc0898f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bc089ed80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bc089ed78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bc089ed4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc089ed4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bc089ed4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bc08a337db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bc08a337db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc08a3376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc0893cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc089822bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc089824424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc089824424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc089ecf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc089ecec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc089ecc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc089efb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bc0898f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bc0898f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bc0898f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bc089ed75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bc089ed4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bc089ed4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bc089ed4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc089822bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc089829fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc089842524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc089842524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc089842524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc0897aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc0897aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc089811acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc0898125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc0898125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc0898125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc089813e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bc0897fad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bc089ed7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bc089ed7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bc089ed6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bc089ed4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bc089ed4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bc089ed4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bc08a337db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bc08a337db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc08a3376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc0893cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fc0a89e2d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc08978ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc08978ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc089ecf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc089ecece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bc089ecc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bc089efbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bc0898f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bc089ed80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bc089ed78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc08978b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc08978b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc08980b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc08980b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bc0897aa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bc08979a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bc08979a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bc0898a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bc0898f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bc089ed80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bc089ed78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bc089ed4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bc089ed4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bc089ed4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bc08a337db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bc08a337db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bc08a3376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bc0893cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc08978b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc08978b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc08980ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc08980ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc089ecee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bc089ecc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bc089efbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bc0898f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc089822bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc089829fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc089842524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc089842524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc089842524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc0897aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc0897aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc089811acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc0898125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc0898125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc0898125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc08980e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bc0897ee92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bc08979a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc08979a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bc0898a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bc08979a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bc08979a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bc08979ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bc08979ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bc0898f2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bc0898f2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bc089ed75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc08978b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc08978b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc08980ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc08980ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc089ecee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc089ecc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc089efbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc089822bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc089824424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc089824424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc089ecf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc089ecec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc089ecc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc089efb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bc0898f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bc0898f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bc0898f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bc089ed75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bc089ed4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bc089ed4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bc089ed4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc08978ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc08978ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc089ecf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc089ecc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc089efbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc0897cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bc0897cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bc089ece99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc089ecc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc089efbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc0897cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bc0897cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bc089ece99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bc089ecee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc089ecec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc089ecc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bc089ecc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bc089efbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bc0897f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bc0898f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bc0898f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bc0898f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bc0897f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bc08989e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc08989e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc089896d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc089896d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc089896d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc089872de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc089872de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc0898a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc08979b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bc0898f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bc089ed80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000149/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/topic_3.txt' has failed with code 100.
E   Errors:
E   ...9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b1ea77f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b1ea7dd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 465709
DEBUG    ya.test:process.py:259 Command (pid 465709) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 465709) elapsed time (sec): 19.05228304862976
DEBUG    ya.test:process.py:263 Command (pid 465709) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 465709) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 465709) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 465709) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 465709) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 465709) maxrss: 1495460
DEBUG    ya.test:process.py:263 Command (pid 465709) minflt: 990631
DEBUG    ya.test:process.py:263 Command (pid 465709) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 465709) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 465709) nivcsw: 561
DEBUG    ya.test:process.py:263 Command (pid 465709) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 465709) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 465709) nvcsw: 105146
DEBUG    ya.test:process.py:263 Command (pid 465709) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 465709) stime: 4.17782
DEBUG    ya.test:process.py:263 Command (pid 465709) utime: 11.553565
DEBUG    ya.test:process.py:263 Command (pid 465709) wtime: 19.055
DEBUG    ya.test:process.py:275 Command (pid 465709) output:
2026-01-28T17:37:51.535825Z Fetching udfs...
2026-01-28T17:37:52.069592Z Initialization of fq runner...
2026-01-28T17:37:55.785149Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.624777s
2026-01-28T17:37:56.416018Z Fetching query results...
2026-01-28T17:37:56.416047Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 465709) errors:
...0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1ea768b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1ea768b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1ea770ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1ea770ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1ea7dcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1ea7dd0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b1ea7dd0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b1ea77a182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b1ea77f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b1ea7dd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1ea7722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1ea7729fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1ea76a4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b1ea76adff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b1ea7dd73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b1ea7dd71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b1ea7dd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b1ea7dd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b1ea7dd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b1ea7dd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b1ea8237db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b1ea8237db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1ea82376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1ea72cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f1ec68dfd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1ea768b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1ea768b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1ea770b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1ea770b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b1ea77a4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b1ea77a4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b1ea77a0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b1ea77f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b1ea7dd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b1ea7dd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b1ea7dd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b1ea7dd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b1ea7dd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b1ea8237db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b1ea8237db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1ea82376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1ea72cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1ea7722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1ea7724424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1ea7724424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1ea7dcf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1ea7dcec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1ea7dcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b1ea7dfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b1ea77f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b1ea77f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b1ea77f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b1ea7dd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b1ea7dd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b1ea7dd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b1ea7dd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1ea7722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1ea7729fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1ea7742524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b1ea7742524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b1ea7742524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b1ea76aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b1ea76aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b1ea7711acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b1ea77125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b1ea77125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b1ea77125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b1ea7713e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b1ea76fad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b1ea7dd7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b1ea7dd7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b1ea7dd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b1ea7dd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b1ea7dd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b1ea7dd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b1ea8237db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b1ea8237db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1ea82376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1ea72cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f1ec68dfd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1ea768ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b1ea768ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b1ea7dcf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b1ea7dcece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b1ea7dcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b1ea7dfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b1ea77f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b1ea7dd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b1ea7dd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1ea768b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1ea768b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1ea770b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1ea770b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b1ea76aa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b1ea769a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b1ea769a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b1ea77a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b1ea77f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b1ea7dd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b1ea7dd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b1ea7dd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b1ea7dd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b1ea7dd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b1ea8237db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b1ea8237db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b1ea82376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b1ea72cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1ea768b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1ea768b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1ea770ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1ea770ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1ea7dcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b1ea7dcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b1ea7dfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b1ea77f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1ea7722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1ea7729fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1ea7742524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b1ea7742524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b1ea7742524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b1ea76aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b1ea76aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b1ea7711acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b1ea77125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b1ea77125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b1ea77125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b1ea770e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b1ea76ee92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b1ea769a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1ea769a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b1ea77a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b1ea769a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b1ea769a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b1ea769ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b1ea769ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b1ea77f2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b1ea77f2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b1ea7dd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1ea768b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1ea768b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1ea770ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1ea770ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1ea7dcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b1ea7dcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b1ea7dfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1ea7722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1ea7724424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1ea7724424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1ea7dcf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1ea7dcec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1ea7dcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b1ea7dfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b1ea77f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b1ea77f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b1ea77f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b1ea7dd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b1ea7dd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b1ea7dd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b1ea7dd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1ea768ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b1ea768ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b1ea7dcf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b1ea7dcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b1ea7dfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1ea76cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b1ea76cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b1ea7dce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b1ea7dcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b1ea7dfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1ea76cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b1ea76cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b1ea7dce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b1ea7dcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b1ea7dfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b1ea77f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b1ea7dd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1ea768b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1ea768b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1ea770ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1ea770ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1ea7dcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1ea7dd0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b1ea7dd0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b1ea77a182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b1ea77f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b1ea7dd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1ea7722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1ea7729fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1ea76a4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b1ea76adff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b1ea7dd73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b1ea7dd71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b1ea7dd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b1ea7dd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b1ea7dd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b1ea7dd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b1ea8237db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b1ea8237db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b1ea82376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b1ea72cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f1ec68dfd8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1ea768b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1ea768b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1ea770b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1ea770b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b1ea77a4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b1ea77a4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b1ea77a0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b1ea77f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b1ea7dd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b1ea7dd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b1ea7dd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b1ea7dd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b1ea7dd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b1ea8237db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b1ea8237db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b1ea82376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b1ea72cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1ea7722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1ea7724424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1ea7724424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1ea7dcf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1ea7dcec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1ea7dcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b1ea7dfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b1ea77f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b1ea77f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b1ea77f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b1ea7dd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b1ea7dd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b1ea7dd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b1ea7dd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1ea7722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1ea7729fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1ea7742524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b1ea7742524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b1ea7742524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b1ea76aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b1ea76aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b1ea7711acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b1ea77125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b1ea77125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b1ea77125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b1ea7713e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b1ea76fad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b1ea7dd7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b1ea7dd7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b1ea7dd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b1ea7dd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b1ea7dd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b1ea7dd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b1ea8237db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b1ea8237db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b1ea82376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b1ea72cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f1ec68dfd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1ea768ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b1ea768ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b1ea7dcf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b1ea7dcece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b1ea7dcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b1ea7dfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b1ea77f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b1ea7dd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b1ea7dd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1ea768b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1ea768b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1ea770b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1ea770b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b1ea76aa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b1ea769a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b1ea769a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b1ea77a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b1ea77f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b1ea7dd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b1ea7dd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b1ea7dd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b1ea7dd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b1ea7dd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b1ea8237db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b1ea8237db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b1ea82376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b1ea72cb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1ea768b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1ea768b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1ea770ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1ea770ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1ea7dcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b1ea7dcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b1ea7dfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b1ea77f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1ea7722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1ea7729fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1ea7742524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b1ea7742524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b1ea7742524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b1ea76aa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b1ea76aa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b1ea7711acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b1ea77125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b1ea77125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b1ea77125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b1ea770e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b1ea76ee92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b1ea769a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1ea769a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b1ea77a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b1ea769a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b1ea769a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b1ea769ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b1ea769ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b1ea77f2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b1ea77f2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b1ea7dd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1ea768b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1ea768b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1ea770ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1ea770ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1ea7dcee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b1ea7dcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b1ea7dfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1ea7722bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1ea7724424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1ea7724424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1ea7dcf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1ea7dcec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1ea7dcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b1ea7dfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b1ea77f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b1ea77f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b1ea77f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b1ea7dd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b1ea7dd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b1ea7dd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b1ea7dd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1ea768ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b1ea768ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b1ea7dcf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b1ea7dcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b1ea7dfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1ea76cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b1ea76cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b1ea7dce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b1ea7dcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b1ea7dfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1ea76cc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b1ea76cc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b1ea7dce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b1ea7dcee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b1ea7dcec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b1ea7dcc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b1ea7dcc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b1ea7dfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b1ea76f741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b1ea77f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b1ea77f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b1ea77f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b1ea76f6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b1ea779e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b1ea779e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b1ea7796d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b1ea7796d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b1ea7796d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b1ea7772de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b1ea7772de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b1ea77a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b1ea769b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b1ea77f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b1ea7dd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000149/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/topic_3.txt' has failed with code 100.
E   Errors:
E   ...2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b2944481a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b2944a680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 471500
DEBUG    ya.test:process.py:259 Command (pid 471500) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 471500) elapsed time (sec): 15.699116945266724
DEBUG    ya.test:process.py:263 Command (pid 471500) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 471500) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 471500) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 471500) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 471500) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 471500) maxrss: 1509784
DEBUG    ya.test:process.py:263 Command (pid 471500) minflt: 1001785
DEBUG    ya.test:process.py:263 Command (pid 471500) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 471500) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 471500) nivcsw: 74
DEBUG    ya.test:process.py:263 Command (pid 471500) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 471500) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 471500) nvcsw: 103821
DEBUG    ya.test:process.py:263 Command (pid 471500) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 471500) stime: 3.799109
DEBUG    ya.test:process.py:263 Command (pid 471500) utime: 10.191181
DEBUG    ya.test:process.py:263 Command (pid 471500) wtime: 15.702
DEBUG    ya.test:process.py:275 Command (pid 471500) output:
2026-01-28T17:38:10.859472Z Fetching udfs...
2026-01-28T17:38:11.331134Z Initialization of fq runner...
2026-01-28T17:38:14.625618Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.416466s
2026-01-28T17:38:15.047973Z Fetching query results...
2026-01-28T17:38:15.047999Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 471500) errors:
...0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b294431b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b294431b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b294439ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b294439ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2944a5ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2944a60090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b2944a60090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b294443182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b2944481a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b2944a680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b29443b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b29443b9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b2944334d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b294433dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b2944a673ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b2944a671ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b2944a66f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b2944a64a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b2944a64a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b2944a64ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b2944ec7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b2944ec7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b2944ec76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b2943f5b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f2963574d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b294431b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b294431b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b294439b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b294439b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b2944434686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b2944434686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b2944430dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b2944481a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b2944a680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b2944a678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b2944a64bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b2944a64aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b2944a64ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b2944ec7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b2944ec7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b2944ec76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b2943f5b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b29443b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b29443b4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b29443b4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2944a5f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2944a5ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2944a5c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b2944a8b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b2944482e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b2944482e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b2944482e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b2944a675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b2944a64bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b2944a64aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b2944a64ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b29443b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b29443b9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b29443d2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b29443d2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b29443d2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b294433a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b294433a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b29443a1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b29443a25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b29443a25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b29443a25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b29443a3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b294438ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b2944a67044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b2944a67044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b2944a66f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b2944a64a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b2944a64a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b2944a64ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b2944ec7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b2944ec7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b2944ec76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b2943f5b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f2963574d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b294431ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b294431ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b2944a5f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b2944a5ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b2944a5c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b2944a8bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b2944481a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b2944a680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b2944a678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b294431b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b294431b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b294439b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b294439b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b294433a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b294432a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b294432a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b2944430ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b2944481a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b2944a680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b2944a678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b2944a64bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b2944a64aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b2944a64ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b2944ec7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b2944ec7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b2944ec76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b2943f5b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b294431b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b294431b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b294439ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b294439ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2944a5ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b2944a5c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b2944a8bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b2944481a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b29443b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b29443b9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b29443d2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b29443d2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b29443d2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b294433a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b294433a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b29443a1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b29443a25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b29443a25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b29443a25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b294439e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b294437e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b294432a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b294432a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b2944430ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b294432a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b294432a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b294432ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b294432ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b2944482e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b2944482e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b2944a675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b294431b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b294431b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b294439ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b294439ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2944a5ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b2944a5c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b2944a8bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b29443b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b29443b4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b29443b4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2944a5f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2944a5ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2944a5c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b2944a8b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b2944482e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b2944482e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b2944482e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b2944a675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b2944a64bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b2944a64aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b2944a64ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b294431ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b294431ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b2944a5f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b2944a5c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b2944a8bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b294435c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b294435c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b2944a5e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b2944a5c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b2944a8bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b294435c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b294435c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b2944a5e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b2944a5c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b2944a8bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b2944481a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b2944a680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b294431b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b294431b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b294439ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b294439ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2944a5ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2944a60090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b2944a60090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b294443182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b2944481a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b2944a680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b29443b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b29443b9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b2944334d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b294433dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b2944a673ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b2944a671ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b2944a66f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b2944a64a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b2944a64a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b2944a64ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b2944ec7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b2944ec7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b2944ec76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b2943f5b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f2963574d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b294431b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b294431b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b294439b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b294439b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b2944434686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b2944434686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b2944430dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b2944481a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b2944a680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b2944a678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b2944a64bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b2944a64aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b2944a64ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b2944ec7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b2944ec7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b2944ec76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b2943f5b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b29443b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b29443b4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b29443b4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2944a5f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2944a5ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2944a5c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b2944a8b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b2944482e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b2944482e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b2944482e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b2944a675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b2944a64bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b2944a64aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b2944a64ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b29443b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b29443b9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b29443d2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b29443d2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b29443d2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b294433a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b294433a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b29443a1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b29443a25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b29443a25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b29443a25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b29443a3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b294438ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b2944a67044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b2944a67044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b2944a66f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b2944a64a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b2944a64a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b2944a64ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b2944ec7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b2944ec7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b2944ec76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b2943f5b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f2963574d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b294431ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b294431ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b2944a5f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b2944a5ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b2944a5c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b2944a8bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b2944481a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b2944a680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b2944a678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b294431b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b294431b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b294439b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b294439b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b294433a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b294432a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b294432a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b2944430ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b2944481a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b2944a680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b2944a678d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b2944a64bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b2944a64aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b2944a64ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b2944ec7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b2944ec7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b2944ec76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b2943f5b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b294431b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b294431b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b294439ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b294439ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2944a5ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b2944a5c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b2944a8bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b2944481a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b29443b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b29443b9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b29443d2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b29443d2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b29443d2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b294433a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b294433a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b29443a1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b29443a25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b29443a25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b29443a25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b294439e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b294437e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b294432a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b294432a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b2944430ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b294432a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b294432a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b294432ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b294432ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b2944482e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b2944482e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b2944a675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b294431b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b294431b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b294439ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b294439ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2944a5ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b2944a5c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b2944a8bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b29443b2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b29443b4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b29443b4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2944a5f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2944a5ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2944a5c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b2944a8b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b2944482e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b2944482e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b2944482e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b2944a675c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b2944a64bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b2944a64aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b2944a64ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b294431ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b294431ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b2944a5f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b2944a5c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b2944a8bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b294435c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b294435c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b2944a5e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b2944a5c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b2944a8bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b294435c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b294435c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b2944a5e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b2944a5ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b2944a5ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b2944a5c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b2944a5c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b2944a8bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b294438741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b29444847c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b29444847c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b29444847c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b2944386214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b294442e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b294442e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b2944426d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b2944426d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b2944426d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b2944402de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b2944402de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b294443288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b294432b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b2944481a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b2944a680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000149/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/topic_3.txt' has failed with code 100.
E   Errors:
E   ...9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b006c0f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b006c6d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/000149/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/6vmi/000149/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/6vmi/000149/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 474993
DEBUG    ya.test:process.py:259 Command (pid 474993) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 474993) elapsed time (sec): 17.406842708587646
DEBUG    ya.test:process.py:263 Command (pid 474993) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 474993) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 474993) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 474993) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 474993) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 474993) maxrss: 1511428
DEBUG    ya.test:process.py:263 Command (pid 474993) minflt: 998999
DEBUG    ya.test:process.py:263 Command (pid 474993) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 474993) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 474993) nivcsw: 108
DEBUG    ya.test:process.py:263 Command (pid 474993) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 474993) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 474993) nvcsw: 103804
DEBUG    ya.test:process.py:263 Command (pid 474993) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 474993) stime: 3.809171
DEBUG    ya.test:process.py:263 Command (pid 474993) utime: 10.461782
DEBUG    ya.test:process.py:263 Command (pid 474993) wtime: 17.409
DEBUG    ya.test:process.py:275 Command (pid 474993) output:
2026-01-28T17:38:26.773382Z Fetching udfs...
2026-01-28T17:38:27.290663Z Initialization of fq runner...
2026-01-28T17:38:30.541993Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.410669s
2026-01-28T17:38:30.957623Z Fetching query results...
2026-01-28T17:38:30.957651Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 474993) errors:
...0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b006bf8b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b006bf8b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b006c00ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b006c00ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b006c6cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b006c6d0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b006c6d0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b006c0a182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b006c0f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b006c6d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b006c022bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b006c029fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b006bfa4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b006bfadff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b006c6d73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b006c6d71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b006c6d6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b006c6d4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b006c6d4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b006c6d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b006cb37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b006cb37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b006cb376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b006bbcb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f008b1e8d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b006bf8b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b006bf8b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b006c00b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b006c00b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b006c0a4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b006c0a4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b006c0a0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b006c0f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b006c6d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b006c6d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b006c6d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b006c6d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b006c6d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b006cb37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b006cb37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b006cb376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b006bbcb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b006c022bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b006c024424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b006c024424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b006c6cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b006c6cec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b006c6cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b006c6fb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b006c0f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b006c0f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b006c0f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b006c6d75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b006c6d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b006c6d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b006c6d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b006c022bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b006c029fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b006c042524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b006c042524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b006c042524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b006bfaa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b006bfaa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b006c011acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b006c0125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b006c0125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b006c0125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b006c013e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b006bffad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b006c6d7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b006c6d7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b006c6d6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b006c6d4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b006c6d4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b006c6d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b006cb37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b006cb37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b006cb376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b006bbcb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f008b1e8d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b006bf8ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b006bf8ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b006c6cf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b006c6cece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b006c6cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b006c6fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b006c0f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b006c6d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b006c6d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b006bf8b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b006bf8b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b006c00b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b006c00b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b006bfaa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b006bf9a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b006bf9a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b006c0a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b006c0f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b006c6d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b006c6d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b006c6d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b006c6d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b006c6d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b006cb37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b006cb37db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b006cb376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b006bbcb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b006bf8b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b006bf8b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b006c00ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b006c00ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b006c6cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b006c6cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b006c6fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b006c0f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b006c022bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b006c029fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b006c042524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b006c042524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b006c042524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b006bfaa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b006bfaa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b006c011acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b006c0125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b006c0125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b006c0125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b006c00e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b006bfee92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b006bf9a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b006bf9a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b006c0a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b006bf9a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b006bf9a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b006bf9ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b006bf9ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b006c0f2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b006c0f2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b006c6d75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b006bf8b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b006bf8b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b006c00ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b006c00ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b006c6cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b006c6cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b006c6fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b006c022bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b006c024424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b006c024424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b006c6cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b006c6cec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b006c6cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b006c6fb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b006c0f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b006c0f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b006c0f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b006c6d75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b006c6d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b006c6d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b006c6d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b006bf8ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b006bf8ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b006c6cf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b006c6cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b006c6fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b006bfcc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b006bfcc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b006c6ce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b006c6cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b006c6fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b006bfcc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b006bfcc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b006c6ce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b006c6cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b006c6fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b006c0f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b006c6d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b006bf8b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b006bf8b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b006c00ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b006c00ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b006c6cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b006c6d0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b006c6d0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b006c0a182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b006c0f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b006c6d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b006c022bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b006c029fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b006bfa4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b006bfadff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b006c6d73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b006c6d71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b006c6d6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b006c6d4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b006c6d4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b006c6d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b006cb37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b006cb37db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b006cb376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b006bbcb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f008b1e8d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b006bf8b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b006bf8b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b006c00b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b006c00b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b006c0a4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b006c0a4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b006c0a0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b006c0f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b006c6d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b006c6d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b006c6d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b006c6d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b006c6d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b006cb37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b006cb37db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b006cb376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b006bbcb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b006c022bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b006c024424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b006c024424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b006c6cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b006c6cec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b006c6cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b006c6fb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b006c0f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b006c0f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b006c0f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b006c6d75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b006c6d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b006c6d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b006c6d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b006c022bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b006c029fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b006c042524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b006c042524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b006c042524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b006bfaa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b006bfaa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b006c011acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b006c0125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b006c0125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b006c0125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b006c013e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b006bffad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b006c6d7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b006c6d7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b006c6d6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b006c6d4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b006c6d4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b006c6d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b006cb37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b006cb37db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b006cb376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b006bbcb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f008b1e8d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b006bf8ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b006bf8ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b006c6cf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b006c6cece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b006c6cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b006c6fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b006c0f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b006c6d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b006c6d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b006bf8b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b006bf8b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b006c00b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b006c00b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b006bfaa356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b006bf9a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b006bf9a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b006c0a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b006c0f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b006c6d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b006c6d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b006c6d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b006c6d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b006c6d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b006cb37db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b006cb37db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b006cb376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b006bbcb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b006bf8b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b006bf8b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b006c00ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b006c00ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b006c6cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b006c6cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b006c6fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b006c0f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b006c022bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b006c029fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b006c042524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b006c042524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b006c042524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b006bfaa26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b006bfaa26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b006c011acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b006c0125ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b006c0125ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b006c0125ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b006c00e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b006bfee92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b006bf9a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b006bf9a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b006c0a0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b006bf9a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b006bf9a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b006bf9ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b006bf9ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b006c0f2e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b006c0f2e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b006c6d75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b006bf8b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b006bf8b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b006c00ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b006c00ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b006c6cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b006c6cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b006c6fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b006c022bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b006c024424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b006c024424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b006c6cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b006c6cec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b006c6cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b006c6fb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b006c0f2e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b006c0f2e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b006c0f2e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b006c6d75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b006c6d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b006c6d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b006c6d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b006bf8ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b006bf8ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b006c6cf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b006c6cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b006c6fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b006bfcc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b006bfcc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b006c6ce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b006c6cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b006c6fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b006bfcc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b006bfcc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b006c6ce99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b006c6cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b006c6cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b006c6cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b006c6cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b006c6fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b006bff741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b006c0f47c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b006c0f47c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b006c0f47c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b006bff6214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b006c09e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b006c09e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b006c096d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b006c096d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b006c096d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b006c072de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b006c072de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b006c0a288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b006bf9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b006c0f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b006c6d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
24.50s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt]
21.70s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataWithFilter-default.txt]
20.72s call     test_sql_streaming.py::test[pq-ReadTopicWithSchema-default.txt]
19.77s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt]
19.12s call     test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt]
18.84s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt]
17.46s call     test_sql_streaming.py::test[pq-ReadWriteTopic-default.txt]
15.78s call     test_sql_streaming.py::test[pq-ReadWriteSameTopic-default.txt]
0.07s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataWithFilter-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadWriteSameTopic-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt]
0.01s 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/6vmi/000149/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ujgqlw27/topic_3.txt' has failed with code 100.
Errors:
...eb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb2eeaeb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb2eeaeb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb2eec4216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bb2eec4216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bb2eebc1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb2eebc1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb2eeb45fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb2eeaea7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb2eeaea7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb2eeaea6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb2eec41c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bb2eec41a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bb2ef2280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 441365 byte(s) leaked in 8200 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_5km3yp6o/topic_3.txt' has failed with code 100.
Errors:
...ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b7d375ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b7d375ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b7d3770216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b7d3770216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b7d37681df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b7d37681df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b7d37605fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b7d375aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b7d375aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b7d375aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b7d37701c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b7d37701a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b7d37ce80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463637 byte(s) leaked in 8684 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_zx490gb9/topic_3.txt' has failed with code 100.
Errors:
...6b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb70ff6b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb70ff6b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb7100c216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bb7100c216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bb710041df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb710041df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb70ffc5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb70ff6a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb70ff6a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb70ff6a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb7100c1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bb7100c1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bb7106a80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopicWithMetadataWithFilter-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_a7vmvn9i/topic_3.txt' has failed with code 100.
Errors:
...3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd1dae3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd1dae3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd1daf9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bd1daf9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bd1daf11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd1daf11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd1dae95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd1dae3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd1dae3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd1dae3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd1daf91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bd1daf91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bd1db5780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463635 byte(s) leaked in 8684 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopicWithSchema-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_55g04rq5/topic_3.txt' has failed with code 100.
Errors:
...9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc08979b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc08979b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc0898f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bc0898f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bc089871df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc089871df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc0897f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc08979a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc08979a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc08979a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc0898f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bc0898f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bc089ed80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8i_opet/topic_3.txt' has failed with code 100.
Errors:
...9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b1ea769b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b1ea769b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b1ea77f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b1ea77f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b1ea7771df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b1ea7771df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b1ea76f5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b1ea769a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b1ea769a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b1ea769a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b1ea77f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b1ea77f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b1ea7dd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadWriteSameTopic-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ydejwok8/topic_3.txt' has failed with code 100.
Errors:
...2b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b294432b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b294432b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b294448216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b294448216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b2944401df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b2944401df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b2944385fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b294432a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b294432a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b294432a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b2944481c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b2944481a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b2944a680c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadWriteTopic-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/000149/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/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/000149/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ya8eb3k9/topic_3.txt' has failed with code 100.
Errors:
...9b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b006bf9b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b006bf9b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b006c0f216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b006c0f216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b006c071df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b006c071df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b006bff5fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b006bf9a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b006bf9a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b006bf9a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b006c0f1c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b006c0f1a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b006c6d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
======================== 8 failed in 160.06s (0:02:40) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/topic_3.txt' has failed with code 100.
E   Errors:
E   ...ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7be607a01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7be607fe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/00014e/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 428089
DEBUG    ya.test:process.py:259 Command (pid 428089) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 428089) elapsed time (sec): 24.567681550979614
DEBUG    ya.test:process.py:263 Command (pid 428089) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 428089) inblock: 48512
DEBUG    ya.test:process.py:263 Command (pid 428089) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 428089) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 428089) majflt: 1223
DEBUG    ya.test:process.py:263 Command (pid 428089) maxrss: 1506388
DEBUG    ya.test:process.py:263 Command (pid 428089) minflt: 983042
DEBUG    ya.test:process.py:263 Command (pid 428089) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 428089) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 428089) nivcsw: 985
DEBUG    ya.test:process.py:263 Command (pid 428089) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 428089) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 428089) nvcsw: 105622
DEBUG    ya.test:process.py:263 Command (pid 428089) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 428089) stime: 3.983302
DEBUG    ya.test:process.py:263 Command (pid 428089) utime: 12.083079
DEBUG    ya.test:process.py:263 Command (pid 428089) wtime: 24.576
DEBUG    ya.test:process.py:275 Command (pid 428089) output:
2026-01-28T17:36:04.158258Z Fetching udfs...
2026-01-28T17:36:09.584292Z Initialization of fq runner...
2026-01-28T17:36:13.629475Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.513361s
2026-01-28T17:36:14.148733Z Fetching query results...
2026-01-28T17:36:14.148761Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 428089) errors:
...0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be60789b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be60789b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be60791ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be60791ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be607fdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be607fe0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7be607fe0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7be6079b182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7be607a01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7be607fe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be607932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be607939fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be6078b4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7be6078bdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7be607fe73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7be607fe71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7be607fe6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7be607fe4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7be607fe4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7be607fe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7be608447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7be608447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be6084476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be6074db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fe626af0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be60789b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be60789b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be60791b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be60791b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7be6079b4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7be6079b4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7be6079b0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7be607a01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7be607fe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7be607fe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7be607fe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7be607fe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7be607fe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7be608447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7be608447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be6084476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be6074db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be607932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be607934424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be607934424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be607fdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be607fdec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be607fdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7be60800b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7be607a02e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7be607a02e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7be607a02e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7be607fe75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7be607fe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7be607fe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7be607fe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be607932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be607939fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be607952524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be607952524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be607952524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be6078ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be6078ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be607921acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be6079225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be6079225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be6079225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be607923e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7be60790ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7be607fe7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7be607fe7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7be607fe6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7be607fe4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7be607fe4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7be607fe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7be608447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7be608447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be6084476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be6074db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fe626af0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be60789ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7be60789ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7be607fdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7be607fdece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7be607fdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7be60800bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7be607a01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7be607fe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7be607fe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be60789b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be60789b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be60791b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be60791b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7be6078ba356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7be6078aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7be6078aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7be6079b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7be607a01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7be607fe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7be607fe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7be607fe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7be607fe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7be607fe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7be608447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7be608447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7be6084476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7be6074db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be60789b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be60789b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be60791ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be60791ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be607fdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7be607fdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7be60800bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7be607a01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be607932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be607939fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be607952524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be607952524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be607952524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be6078ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be6078ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be607921acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be6079225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be6079225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be6079225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be60791e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7be6078fe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7be6078aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be6078aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7be6079b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7be6078aa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7be6078aa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7be6078aab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7be6078aab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7be607a02e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7be607a02e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7be607fe75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be60789b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be60789b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be60791ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be60791ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be607fdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7be607fdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7be60800bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be607932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be607934424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be607934424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be607fdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be607fdec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be607fdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7be60800b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7be607a02e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7be607a02e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7be607a02e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7be607fe75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7be607fe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7be607fe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7be607fe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be60789ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7be60789ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7be607fdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be607fdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be60800bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be6078dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7be6078dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7be607fde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be607fdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be60800bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be6078dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7be6078dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7be607fde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7be607fdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7be60800bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7be607a01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7be607fe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be60789b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be60789b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be60791ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be60791ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be607fdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be607fe0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7be607fe0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7be6079b182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7be607a01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7be607fe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be607932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be607939fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be6078b4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7be6078bdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7be607fe73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7be607fe71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7be607fe6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7be607fe4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7be607fe4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7be607fe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7be608447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7be608447db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7be6084476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7be6074db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fe626af0d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be60789b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be60789b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be60791b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be60791b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7be6079b4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7be6079b4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7be6079b0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7be607a01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7be607fe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7be607fe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7be607fe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7be607fe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7be607fe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7be608447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7be608447db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7be6084476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7be6074db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be607932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be607934424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be607934424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be607fdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be607fdec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be607fdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7be60800b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7be607a02e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7be607a02e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7be607a02e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7be607fe75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7be607fe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7be607fe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7be607fe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be607932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be607939fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be607952524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be607952524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be607952524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be6078ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be6078ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be607921acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be6079225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be6079225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be6079225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be607923e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7be60790ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7be607fe7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7be607fe7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7be607fe6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7be607fe4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7be607fe4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7be607fe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7be608447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7be608447db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7be6084476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7be6074db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fe626af0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be60789ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7be60789ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7be607fdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7be607fdece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7be607fdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7be60800bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7be607a01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7be607fe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7be607fe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be60789b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be60789b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be60791b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be60791b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7be6078ba356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7be6078aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7be6078aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7be6079b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7be607a01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7be607fe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7be607fe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7be607fe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7be607fe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7be607fe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7be608447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7be608447db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7be6084476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7be6074db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be60789b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be60789b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be60791ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be60791ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be607fdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7be607fdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7be60800bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7be607a01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be607932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be607939fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be607952524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be607952524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be607952524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be6078ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be6078ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be607921acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be6079225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be6079225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be6079225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be60791e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7be6078fe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7be6078aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be6078aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7be6079b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7be6078aa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7be6078aa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7be6078aab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7be6078aab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7be607a02e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7be607a02e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7be607fe75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be60789b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be60789b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be60791ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be60791ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be607fdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7be607fdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7be60800bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be607932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be607934424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be607934424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be607fdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be607fdec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be607fdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7be60800b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7be607a02e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7be607a02e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7be607a02e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7be607fe75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7be607fe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7be607fe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7be607fe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be60789ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7be60789ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7be607fdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be607fdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be60800bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be6078dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7be6078dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7be607fde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be607fdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be60800bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be6078dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7be6078dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7be607fde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7be607fdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be607fdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be607fdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7be607fdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7be60800bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7be60790741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7be607a047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7be607a047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7be607a047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7be607906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7be6079ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7be6079ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7be6079a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7be6079a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7be6079a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7be607982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7be607982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be6079b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7be6078ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7be607a01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7be607fe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/topic_3.txt' has failed with code 100.
E   Errors:
E   ...ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bcf1fa01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bcf1ffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 433203
DEBUG    ya.test:process.py:259 Command (pid 433203) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 433203) elapsed time (sec): 18.105918407440186
DEBUG    ya.test:process.py:263 Command (pid 433203) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 433203) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 433203) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 433203) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 433203) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 433203) maxrss: 1491712
DEBUG    ya.test:process.py:263 Command (pid 433203) minflt: 989292
DEBUG    ya.test:process.py:263 Command (pid 433203) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 433203) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 433203) nivcsw: 1066
DEBUG    ya.test:process.py:263 Command (pid 433203) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 433203) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 433203) nvcsw: 104594
DEBUG    ya.test:process.py:263 Command (pid 433203) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 433203) stime: 4.044365
DEBUG    ya.test:process.py:263 Command (pid 433203) utime: 11.217674
DEBUG    ya.test:process.py:263 Command (pid 433203) wtime: 18.109
DEBUG    ya.test:process.py:275 Command (pid 433203) output:
2026-01-28T17:36:29.227611Z Fetching udfs...
2026-01-28T17:36:29.763142Z Initialization of fq runner...
2026-01-28T17:36:33.526696Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.517744s
2026-01-28T17:36:34.050650Z Fetching query results...
2026-01-28T17:36:34.050675Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 433203) errors:
...0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf1f89b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcf1f89b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcf1f91ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcf1f91ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcf1ffdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bcf1ffe0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bcf1ffe0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bcf1f9b182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bcf1fa01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bcf1ffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf1f932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcf1f939fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcf1f8b4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bcf1f8bdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bcf1ffe73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bcf1ffe71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bcf1ffe6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bcf1ffe4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bcf1ffe4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bcf1ffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bcf20447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bcf20447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcf204476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcf1f4db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fcf3eaf7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf1f89b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcf1f89b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcf1f91b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcf1f91b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bcf1f9b4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bcf1f9b4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bcf1f9b0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bcf1fa01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bcf1ffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bcf1ffe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bcf1ffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bcf1ffe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bcf1ffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bcf20447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bcf20447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcf204476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcf1f4db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf1f932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcf1f934424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcf1f934424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcf1ffdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcf1ffdec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bcf1ffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bcf2000b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bcf1fa02e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bcf1fa02e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bcf1fa02e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bcf1ffe75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bcf1ffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bcf1ffe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bcf1ffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf1f932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcf1f939fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcf1f952524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bcf1f952524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bcf1f952524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bcf1f8ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bcf1f8ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bcf1f921acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bcf1f9225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bcf1f9225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bcf1f9225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bcf1f923e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bcf1f90ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bcf1ffe7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bcf1ffe7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bcf1ffe6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bcf1ffe4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bcf1ffe4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bcf1ffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bcf20447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bcf20447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcf204476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcf1f4db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fcf3eaf7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf1f89ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bcf1f89ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bcf1ffdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bcf1ffdece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bcf1ffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bcf2000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bcf1fa01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bcf1ffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bcf1ffe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf1f89b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcf1f89b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcf1f91b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcf1f91b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bcf1f8ba356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bcf1f8aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bcf1f8aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bcf1f9b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bcf1fa01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bcf1ffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bcf1ffe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bcf1ffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bcf1ffe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bcf1ffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bcf20447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bcf20447db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bcf204476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bcf1f4db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf1f89b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcf1f89b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcf1f91ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcf1f91ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcf1ffdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bcf1ffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bcf2000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bcf1fa01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf1f932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcf1f939fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcf1f952524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bcf1f952524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bcf1f952524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bcf1f8ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bcf1f8ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bcf1f921acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bcf1f9225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bcf1f9225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bcf1f9225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bcf1f91e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bcf1f8fe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bcf1f8aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcf1f8aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bcf1f9b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bcf1f8aa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bcf1f8aa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bcf1f8aab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bcf1f8aab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bcf1fa02e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bcf1fa02e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bcf1ffe75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf1f89b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcf1f89b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcf1f91ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcf1f91ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcf1ffdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bcf1ffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bcf2000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf1f932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcf1f934424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcf1f934424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcf1ffdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcf1ffdec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bcf1ffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bcf2000b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bcf1fa02e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bcf1fa02e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bcf1fa02e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bcf1ffe75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bcf1ffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bcf1ffe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bcf1ffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf1f89ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bcf1f89ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bcf1ffdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bcf1ffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bcf2000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf1f8dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bcf1f8dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bcf1ffde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bcf1ffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bcf2000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf1f8dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bcf1f8dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bcf1ffde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bcf1ffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bcf2000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bcf1fa01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bcf1ffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf1f89b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcf1f89b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcf1f91ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcf1f91ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcf1ffdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bcf1ffe0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bcf1ffe0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bcf1f9b182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bcf1fa01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bcf1ffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf1f932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcf1f939fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcf1f8b4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bcf1f8bdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bcf1ffe73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bcf1ffe71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bcf1ffe6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bcf1ffe4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bcf1ffe4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bcf1ffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bcf20447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bcf20447db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bcf204476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bcf1f4db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fcf3eaf7d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf1f89b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcf1f89b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcf1f91b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcf1f91b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bcf1f9b4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bcf1f9b4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bcf1f9b0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bcf1fa01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bcf1ffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bcf1ffe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bcf1ffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bcf1ffe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bcf1ffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bcf20447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bcf20447db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bcf204476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bcf1f4db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf1f932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcf1f934424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcf1f934424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcf1ffdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcf1ffdec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bcf1ffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bcf2000b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bcf1fa02e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bcf1fa02e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bcf1fa02e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bcf1ffe75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bcf1ffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bcf1ffe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bcf1ffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf1f932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcf1f939fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcf1f952524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bcf1f952524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bcf1f952524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bcf1f8ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bcf1f8ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bcf1f921acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bcf1f9225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bcf1f9225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bcf1f9225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bcf1f923e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bcf1f90ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bcf1ffe7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bcf1ffe7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bcf1ffe6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bcf1ffe4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bcf1ffe4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bcf1ffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bcf20447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bcf20447db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bcf204476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bcf1f4db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fcf3eaf7d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf1f89ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bcf1f89ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bcf1ffdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bcf1ffdece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bcf1ffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bcf2000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bcf1fa01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bcf1ffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bcf1ffe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf1f89b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcf1f89b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcf1f91b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcf1f91b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bcf1f8ba356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bcf1f8aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bcf1f8aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bcf1f9b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bcf1fa01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bcf1ffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bcf1ffe78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bcf1ffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bcf1ffe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bcf1ffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bcf20447db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bcf20447db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bcf204476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bcf1f4db928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf1f89b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcf1f89b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcf1f91ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcf1f91ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcf1ffdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bcf1ffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bcf2000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bcf1fa01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf1f932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcf1f939fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcf1f952524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bcf1f952524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bcf1f952524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bcf1f8ba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bcf1f8ba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bcf1f921acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bcf1f9225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bcf1f9225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bcf1f9225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bcf1f91e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bcf1f8fe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bcf1f8aa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcf1f8aa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bcf1f9b0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bcf1f8aa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bcf1f8aa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bcf1f8aab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bcf1f8aab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bcf1fa02e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bcf1fa02e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bcf1ffe75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf1f89b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcf1f89b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcf1f91ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcf1f91ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcf1ffdee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bcf1ffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bcf2000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf1f932bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcf1f934424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcf1f934424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcf1ffdf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcf1ffdec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bcf1ffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bcf2000b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bcf1fa02e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bcf1fa02e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bcf1fa02e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bcf1ffe75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bcf1ffe4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bcf1ffe4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bcf1ffe4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf1f89ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bcf1f89ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bcf1ffdf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bcf1ffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bcf2000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf1f8dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bcf1f8dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bcf1ffde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bcf1ffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bcf2000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf1f8dc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bcf1f8dc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bcf1ffde99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bcf1ffdee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bcf1ffdec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bcf1ffdc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bcf1ffdc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bcf2000bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bcf1f90741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bcf1fa047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bcf1fa047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bcf1fa047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bcf1f906214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bcf1f9ae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bcf1f9ae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bcf1f9a6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bcf1f9a6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bcf1f9a6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bcf1f982de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bcf1f982de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bcf1f9b288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bcf1f8ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bcf1fa01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bcf1ffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/topic_3.txt' has failed with code 100.
E   Errors:
E   ...3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b4876e91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b48774780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463637 byte(s) leaked in 8684 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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 442751
DEBUG    ya.test:process.py:259 Command (pid 442751) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 442751) elapsed time (sec): 20.017778396606445
DEBUG    ya.test:process.py:263 Command (pid 442751) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 442751) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 442751) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 442751) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 442751) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 442751) maxrss: 1515220
DEBUG    ya.test:process.py:263 Command (pid 442751) minflt: 993206
DEBUG    ya.test:process.py:263 Command (pid 442751) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 442751) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 442751) nivcsw: 1340
DEBUG    ya.test:process.py:263 Command (pid 442751) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 442751) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 442751) nvcsw: 104136
DEBUG    ya.test:process.py:263 Command (pid 442751) oublock: 9648
DEBUG    ya.test:process.py:263 Command (pid 442751) stime: 4.155251
DEBUG    ya.test:process.py:263 Command (pid 442751) utime: 12.10606
DEBUG    ya.test:process.py:263 Command (pid 442751) wtime: 20.021
DEBUG    ya.test:process.py:275 Command (pid 442751) output:
2026-01-28T17:36:47.645684Z Fetching udfs...
2026-01-28T17:36:48.225700Z Initialization of fq runner...
2026-01-28T17:36:51.994928Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.835203s
2026-01-28T17:36:52.835715Z Fetching query results...
2026-01-28T17:36:52.835743Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 442751) errors:
...0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4876d2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4876d2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4876daac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4876daac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b487746ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b4877470090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b4877470090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b4876e4182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b4876e91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b48774780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4876dc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4876dc9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4876d44d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b4876d4dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b48774773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b48774771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b4877476f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b4877474a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b4877474a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b4877474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b48778d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b48778d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b48778d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b487696b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f4895f7cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4876d2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4876d2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4876dab334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4876dab334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b4876e44686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b4876e44686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b4876e40dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b4876e91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b48774780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b48774778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b4877474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b4877474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b4877474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b48778d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b48778d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b48778d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b487696b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4876dc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4876dc4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4876dc4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b487746f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b487746ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b487746c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b487749b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b4876e92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b4876e92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b4876e92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b48774775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b4877474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b4877474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b4877474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4876dc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4876dc9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4876de2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b4876de2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b4876de2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b4876d4a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b4876d4a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b4876db1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b4876db25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b4876db25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b4876db25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b4876db3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b4876d9ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b4877477044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b4877477044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b4877476f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b4877474a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b4877474a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b4877474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b48778d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b48778d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b48778d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b487696b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f4895f7cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4876d2ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b4876d2ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b487746f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b487746ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b487746c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b487749bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b4876e91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b48774780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b48774778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4876d2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4876d2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4876dab18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4876dab18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b4876d4a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b4876d3a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b4876d3a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b4876e40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b4876e91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b48774780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b48774778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b4877474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b4877474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b4877474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b48778d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b48778d7db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b48778d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b487696b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4876d2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4876d2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4876daac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4876daac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b487746ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b487746c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b487749bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b4876e91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4876dc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4876dc9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4876de2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b4876de2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b4876de2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b4876d4a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b4876d4a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b4876db1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b4876db25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b4876db25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b4876db25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b4876dae5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b4876d8e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b4876d3a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4876d3a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b4876e40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b4876d3a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b4876d3a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b4876d3ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b4876d3ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b4876e92e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b4876e92e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b48774775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4876d2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4876d2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4876daac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4876daac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b487746ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b487746c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b487749bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4876dc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4876dc4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4876dc4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b487746f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b487746ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b487746c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b487749b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b4876e92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b4876e92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b4876e92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b48774775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b4877474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b4877474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b4877474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4876d2ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b4876d2ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b487746f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b487746c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b487749bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4876d6c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b4876d6c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b487746e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b487746c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b487749bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4876d6c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b4876d6c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b487746e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b487746c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b487749bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b4876e91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b48774780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463637 byte(s) leaked in 8684 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4876d2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4876d2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4876daac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4876daac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b487746ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b4877470090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b4877470090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b4876e4182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b4876e91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b48774780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4876dc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4876dc9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4876d44d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b4876d4dff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b48774773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b48774771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b4877476f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b4877474a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b4877474a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b4877474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b48778d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b48778d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b48778d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b487696b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f4895f7cd8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4876d2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4876d2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4876dab334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4876dab334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b4876e44686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b4876e44686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b4876e40dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b4876e91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b48774780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b48774778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b4877474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b4877474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b4877474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b48778d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b48778d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b48778d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b487696b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4876dc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4876dc4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4876dc4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b487746f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b487746ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b487746c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b487749b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b4876e92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b4876e92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b4876e92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b48774775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b4877474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b4877474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b4877474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4876dc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4876dc9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4876de2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b4876de2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b4876de2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b4876d4a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b4876d4a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b4876db1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b4876db25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b4876db25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b4876db25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b4876db3e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b4876d9ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b4877477044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b4877477044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b4877476f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b4877474a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b4877474a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b4877474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b48778d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b48778d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b48778d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b487696b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f4895f7cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4876d2ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b4876d2ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b487746f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b487746ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b487746c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b487749bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b4876e91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b48774780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b48774778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4876d2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4876d2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4876dab18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4876dab18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b4876d4a356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b4876d3a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b4876d3a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b4876e40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b4876e91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b48774780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b48774778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b4877474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b4877474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b4877474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b48778d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b48778d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b48778d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b487696b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4876d2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4876d2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4876daac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4876daac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b487746ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b487746c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b487749bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b4876e91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4876dc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4876dc9fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4876de2524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b4876de2524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b4876de2524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b4876d4a26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b4876d4a26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b4876db1acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b4876db25ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b4876db25ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b4876db25ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b4876dae5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b4876d8e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b4876d3a024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4876d3a024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b4876e40ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b4876d3a511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b4876d3a511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b4876d3ab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b4876d3ab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b4876e92e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b4876e92e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b48774775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4876d2b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4876d2b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4876daac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4876daac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b487746ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b487746c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b487749bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4876dc2bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4876dc4424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4876dc4424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b487746f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b487746ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b487746c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b487749b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b4876e92e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b4876e92e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b4876e92e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b48774775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b4877474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b4877474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b4877474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4876d2ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b4876d2ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b487746f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b487746c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b487749bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4876d6c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b4876d6c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b487746e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b487746c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b487749bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4876d6c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b4876d6c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b487746e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b487746ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b487746ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b487746c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b487746c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b487749bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b4876d9741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b4876e947c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b4876e947c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b4876e947c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b4876d96214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b4876e3e76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b4876e3e76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b4876e36d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b4876e36d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b4876e36d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b4876e12de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b4876e12de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b4876e4288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b4876d3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b4876e91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b48774780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463637 byte(s) leaked in 8684 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/6vmi/00014e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/topic_3.txt' has failed with code 100.
E   Errors:
E   ...ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7b2e9a001a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7b2e9a5e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 451548
DEBUG    ya.test:process.py:259 Command (pid 451548) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 451548) elapsed time (sec): 19.963178396224976
DEBUG    ya.test:process.py:263 Command (pid 451548) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 451548) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 451548) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 451548) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 451548) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 451548) maxrss: 1507268
DEBUG    ya.test:process.py:263 Command (pid 451548) minflt: 992181
DEBUG    ya.test:process.py:263 Command (pid 451548) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 451548) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 451548) nivcsw: 2262
DEBUG    ya.test:process.py:263 Command (pid 451548) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 451548) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 451548) nvcsw: 102915
DEBUG    ya.test:process.py:263 Command (pid 451548) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 451548) stime: 3.994797
DEBUG    ya.test:process.py:263 Command (pid 451548) utime: 11.671983
DEBUG    ya.test:process.py:263 Command (pid 451548) wtime: 19.967
DEBUG    ya.test:process.py:275 Command (pid 451548) output:
2026-01-28T17:37:08.046146Z Fetching udfs...
2026-01-28T17:37:08.654178Z Initialization of fq runner...
2026-01-28T17:37:13.176831Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.627929s
2026-01-28T17:37:13.814371Z Fetching query results...
2026-01-28T17:37:13.814398Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 451548) errors:
...0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2e99e9b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b2e99e9b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b2e99f1ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b2e99f1ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2e9a5dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2e9a5e0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b2e9a5e0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b2e99fb182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b2e9a001a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b2e9a5e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2e99f32bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2e99f39fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b2e99eb4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b2e99ebdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b2e9a5e73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b2e9a5e71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b2e9a5e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b2e9a5e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b2e9a5e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b2e9a5e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b2e9aa47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b2e9aa47db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b2e9aa476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b2e99adb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7f2eb90f9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2e99e9b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b2e99e9b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b2e99f1b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b2e99f1b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b2e99fb4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b2e99fb4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b2e99fb0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7b2e9a001a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7b2e9a5e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b2e9a5e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b2e9a5e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b2e9a5e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b2e9a5e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b2e9aa47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b2e9aa47db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b2e9aa476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b2e99adb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2e99f32bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2e99f34424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b2e99f34424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2e9a5df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2e9a5dec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2e9a5dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b2e9a60b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b2e9a002e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b2e9a002e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b2e9a002e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b2e9a5e75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b2e9a5e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b2e9a5e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b2e9a5e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2e99f32bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2e99f39fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b2e99f52524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b2e99f52524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b2e99f52524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b2e99eba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b2e99eba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b2e99f21acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b2e99f225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b2e99f225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b2e99f225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b2e99f23e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b2e99f0ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b2e9a5e7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b2e9a5e7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b2e9a5e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b2e9a5e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b2e9a5e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b2e9a5e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b2e9aa47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b2e9aa47db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b2e9aa476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b2e99adb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7f2eb90f9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2e99e9ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b2e99e9ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b2e9a5df0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b2e9a5dece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7b2e9a5dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7b2e9a60bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7b2e9a001a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7b2e9a5e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7b2e9a5e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2e99e9b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b2e99e9b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b2e99f1b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b2e99f1b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b2e99eba356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b2e99eaa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b2e99eaa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b2e99fb0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7b2e9a001a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7b2e9a5e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b2e9a5e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b2e9a5e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b2e9a5e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b2e9a5e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b2e9aa47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b2e9aa47db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7b2e9aa476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7b2e99adb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2e99e9b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b2e99e9b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b2e99f1ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b2e99f1ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2e9a5dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b2e9a5dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7b2e9a60bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7b2e9a001a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2e99f32bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2e99f39fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b2e99f52524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b2e99f52524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b2e99f52524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b2e99eba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b2e99eba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b2e99f21acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b2e99f225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b2e99f225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b2e99f225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b2e99f1e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b2e99efe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b2e99eaa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b2e99eaa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b2e99fb0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b2e99eaa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b2e99eaa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b2e99eaab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b2e99eaab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b2e9a002e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7b2e9a002e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7b2e9a5e75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2e99e9b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b2e99e9b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b2e99f1ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b2e99f1ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2e9a5dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b2e9a5dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b2e9a60bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2e99f32bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2e99f34424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b2e99f34424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2e9a5df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2e9a5dec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2e9a5dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b2e9a60b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7b2e9a002e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7b2e9a002e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7b2e9a002e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7b2e9a5e75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7b2e9a5e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7b2e9a5e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7b2e9a5e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2e99e9ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b2e99e9ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b2e9a5df0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b2e9a5dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b2e9a60bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2e99edc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b2e99edc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b2e9a5de99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b2e9a5dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b2e9a60bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2e99edc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7b2e99edc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7b2e9a5de99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7b2e9a5dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7b2e9a60bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b2e9a001a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b2e9a5e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2e99e9b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b2e99e9b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b2e99f1ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b2e99f1ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2e9a5dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2e9a5e0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b2e9a5e0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b2e99fb182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b2e9a001a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b2e9a5e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2e99f32bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2e99f39fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b2e99eb4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b2e99ebdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b2e9a5e73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b2e9a5e71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b2e9a5e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b2e9a5e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b2e9a5e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b2e9a5e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b2e9aa47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b2e9aa47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b2e9aa476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b2e99adb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7f2eb90f9d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2e99e9b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b2e99e9b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b2e99f1b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b2e99f1b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b2e99fb4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b2e99fb4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b2e99fb0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7b2e9a001a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7b2e9a5e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b2e9a5e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b2e9a5e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b2e9a5e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b2e9a5e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b2e9aa47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b2e9aa47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b2e9aa476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b2e99adb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2e99f32bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2e99f34424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b2e99f34424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2e9a5df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2e9a5dec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2e9a5dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b2e9a60b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b2e9a002e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b2e9a002e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b2e9a002e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b2e9a5e75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b2e9a5e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b2e9a5e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b2e9a5e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2e99f32bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2e99f39fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b2e99f52524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b2e99f52524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b2e99f52524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b2e99eba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b2e99eba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b2e99f21acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b2e99f225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b2e99f225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b2e99f225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b2e99f23e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b2e99f0ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b2e9a5e7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b2e9a5e7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b2e9a5e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b2e9a5e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b2e9a5e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b2e9a5e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b2e9aa47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b2e9aa47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b2e9aa476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b2e99adb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7f2eb90f9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2e99e9ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b2e99e9ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b2e9a5df0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b2e9a5dece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7b2e9a5dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7b2e9a60bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7b2e9a001a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7b2e9a5e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7b2e9a5e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2e99e9b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b2e99e9b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b2e99f1b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b2e99f1b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b2e99eba356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b2e99eaa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b2e99eaa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b2e99fb0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7b2e9a001a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7b2e9a5e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b2e9a5e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b2e9a5e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b2e9a5e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b2e9a5e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b2e9aa47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b2e9aa47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7b2e9aa476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7b2e99adb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2e99e9b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b2e99e9b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b2e99f1ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b2e99f1ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2e9a5dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b2e9a5dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7b2e9a60bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7b2e9a001a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2e99f32bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2e99f39fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b2e99f52524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b2e99f52524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b2e99f52524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b2e99eba26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b2e99eba26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b2e99f21acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b2e99f225ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b2e99f225ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b2e99f225ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b2e99f1e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b2e99efe92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b2e99eaa024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b2e99eaa024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b2e99fb0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b2e99eaa511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b2e99eaa511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b2e99eaab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b2e99eaab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b2e9a002e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7b2e9a002e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7b2e9a5e75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2e99e9b3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b2e99e9b3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b2e99f1ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b2e99f1ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2e9a5dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b2e9a5dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b2e9a60bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2e99f32bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2e99f34424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b2e99f34424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2e9a5df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2e9a5dec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2e9a5dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b2e9a60b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7b2e9a002e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7b2e9a002e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7b2e9a002e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7b2e9a5e75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7b2e9a5e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7b2e9a5e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7b2e9a5e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2e99e9ed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b2e99e9ed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b2e9a5df0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b2e9a5dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b2e9a60bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2e99edc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b2e99edc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b2e9a5de99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b2e9a5dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b2e9a60bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2e99edc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7b2e99edc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7b2e9a5de99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7b2e9a5dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b2e9a5dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b2e9a5dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7b2e9a5dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7b2e9a60bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7b2e99f0741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7b2e9a0047c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7b2e9a0047c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7b2e9a0047c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7b2e99f06214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7b2e99fae76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b2e99fae76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b2e99fa6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b2e99fa6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b2e99fa6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b2e99f82de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b2e99f82de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b2e99fb288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b2e99eab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7b2e9a001a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7b2e9a5e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/topic_3.txt' has failed with code 100.
E   Errors:
E   ...db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bd67c831a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bd67ce180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 459136
DEBUG    ya.test:process.py:259 Command (pid 459136) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 459136) elapsed time (sec): 21.158883094787598
DEBUG    ya.test:process.py:263 Command (pid 459136) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 459136) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 459136) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 459136) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 459136) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 459136) maxrss: 1499068
DEBUG    ya.test:process.py:263 Command (pid 459136) minflt: 993683
DEBUG    ya.test:process.py:263 Command (pid 459136) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 459136) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 459136) nivcsw: 1477
DEBUG    ya.test:process.py:263 Command (pid 459136) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 459136) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 459136) nvcsw: 103061
DEBUG    ya.test:process.py:263 Command (pid 459136) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 459136) stime: 4.245052
DEBUG    ya.test:process.py:263 Command (pid 459136) utime: 12.347487
DEBUG    ya.test:process.py:263 Command (pid 459136) wtime: 21.162
DEBUG    ya.test:process.py:275 Command (pid 459136) output:
2026-01-28T17:37:28.169988Z Fetching udfs...
2026-01-28T17:37:28.763253Z Initialization of fq runner...
2026-01-28T17:37:32.812429Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.636463s
2026-01-28T17:37:33.455074Z Fetching query results...
2026-01-28T17:37:33.455110Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 459136) errors:
...0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd67c6cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd67c6cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd67c74ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd67c74ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd67ce0ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd67ce10090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bd67ce10090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bd67c7e182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bd67c831a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bd67ce180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd67c762bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd67c769fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd67c6e4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bd67c6edff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bd67ce173ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bd67ce171ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bd67ce16f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bd67ce14a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bd67ce14a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bd67ce14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bd67d277db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bd67d277db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd67d2776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd67c30b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fd69b926d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd67c6cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd67c6cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd67c74b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd67c74b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bd67c7e4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bd67c7e4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bd67c7e0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bd67c831a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bd67ce180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bd67ce178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bd67ce14bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bd67ce14aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bd67ce14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bd67d277db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bd67d277db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd67d2776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd67c30b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd67c762bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd67c764424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd67c764424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd67ce0f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd67ce0ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd67ce0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bd67ce3b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bd67c832e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bd67c832e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bd67c832e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bd67ce175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bd67ce14bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bd67ce14aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bd67ce14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd67c762bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd67c769fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd67c782524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bd67c782524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bd67c782524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bd67c6ea26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bd67c6ea26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bd67c751acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bd67c7525ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bd67c7525ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bd67c7525ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bd67c753e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bd67c73ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bd67ce17044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bd67ce17044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bd67ce16f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bd67ce14a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bd67ce14a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bd67ce14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bd67d277db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bd67d277db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd67d2776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd67c30b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fd69b926d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd67c6ced02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bd67c6ced02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bd67ce0f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bd67ce0ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bd67ce0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bd67ce3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bd67c831a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bd67ce180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bd67ce178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd67c6cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd67c6cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd67c74b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd67c74b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bd67c6ea356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bd67c6da024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bd67c6da024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bd67c7e0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bd67c831a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bd67ce180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bd67ce178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bd67ce14bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bd67ce14aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bd67ce14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bd67d277db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bd67d277db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bd67d2776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bd67c30b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd67c6cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd67c6cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd67c74ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd67c74ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd67ce0ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bd67ce0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bd67ce3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bd67c831a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd67c762bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd67c769fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd67c782524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bd67c782524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bd67c782524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bd67c6ea26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bd67c6ea26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bd67c751acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bd67c7525ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bd67c7525ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bd67c7525ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bd67c74e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bd67c72e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bd67c6da024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd67c6da024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bd67c7e0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bd67c6da511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bd67c6da511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bd67c6dab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bd67c6dab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bd67c832e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bd67c832e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bd67ce175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd67c6cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd67c6cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd67c74ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd67c74ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd67ce0ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bd67ce0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bd67ce3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd67c762bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd67c764424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd67c764424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd67ce0f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd67ce0ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd67ce0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bd67ce3b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bd67c832e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bd67c832e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bd67c832e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bd67ce175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bd67ce14bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bd67ce14aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bd67ce14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd67c6ced02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bd67c6ced02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bd67ce0f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bd67ce0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd67ce3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd67c70c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bd67c70c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bd67ce0e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bd67ce0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd67ce3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd67c70c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bd67c70c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bd67ce0e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bd67ce0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bd67ce3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bd67c831a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bd67ce180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd67c6cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd67c6cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd67c74ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd67c74ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd67ce0ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd67ce10090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bd67ce10090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bd67c7e182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bd67c831a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bd67ce180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd67c762bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd67c769fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd67c6e4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bd67c6edff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bd67ce173ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bd67ce171ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bd67ce16f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bd67ce14a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bd67ce14a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bd67ce14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bd67d277db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bd67d277db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd67d2776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd67c30b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fd69b926d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd67c6cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd67c6cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd67c74b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd67c74b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bd67c7e4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bd67c7e4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bd67c7e0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bd67c831a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bd67ce180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bd67ce178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bd67ce14bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bd67ce14aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bd67ce14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bd67d277db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bd67d277db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd67d2776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd67c30b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd67c762bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd67c764424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd67c764424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd67ce0f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd67ce0ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd67ce0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bd67ce3b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bd67c832e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bd67c832e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bd67c832e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bd67ce175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bd67ce14bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bd67ce14aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bd67ce14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd67c762bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd67c769fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd67c782524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bd67c782524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bd67c782524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bd67c6ea26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bd67c6ea26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bd67c751acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bd67c7525ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bd67c7525ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bd67c7525ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bd67c753e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bd67c73ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bd67ce17044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bd67ce17044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bd67ce16f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bd67ce14a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bd67ce14a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bd67ce14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bd67d277db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bd67d277db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd67d2776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd67c30b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fd69b926d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd67c6ced02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bd67c6ced02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bd67ce0f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bd67ce0ece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bd67ce0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bd67ce3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bd67c831a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bd67ce180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bd67ce178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd67c6cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd67c6cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd67c74b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd67c74b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bd67c6ea356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bd67c6da024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bd67c6da024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bd67c7e0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bd67c831a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bd67ce180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bd67ce178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bd67ce14bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bd67ce14aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bd67ce14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bd67d277db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bd67d277db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bd67d2776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bd67c30b928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd67c6cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd67c6cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd67c74ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd67c74ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd67ce0ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bd67ce0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bd67ce3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bd67c831a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd67c762bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd67c769fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd67c782524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bd67c782524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bd67c782524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bd67c6ea26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bd67c6ea26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bd67c751acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bd67c7525ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bd67c7525ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bd67c7525ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bd67c74e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bd67c72e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bd67c6da024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd67c6da024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bd67c7e0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bd67c6da511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bd67c6da511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bd67c6dab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bd67c6dab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bd67c832e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bd67c832e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bd67ce175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd67c6cb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd67c6cb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd67c74ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd67c74ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd67ce0ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bd67ce0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bd67ce3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd67c762bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd67c764424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd67c764424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd67ce0f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd67ce0ec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd67ce0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bd67ce3b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bd67c832e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bd67c832e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bd67c832e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bd67ce175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bd67ce14bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bd67ce14aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bd67ce14ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd67c6ced02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bd67c6ced02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bd67ce0f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bd67ce0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd67ce3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd67c70c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bd67c70c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bd67ce0e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bd67ce0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd67ce3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd67c70c0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bd67c70c0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bd67ce0e99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bd67ce0ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd67ce0ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd67ce0c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bd67ce0c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bd67ce3bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bd67c73741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bd67c8347c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bd67c8347c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bd67c8347c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bd67c736214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bd67c7de76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bd67c7de76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bd67c7d6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bd67c7d6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bd67c7d6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bd67c7b2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bd67c7b2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd67c7e288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bd67c6db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bd67c831a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bd67ce180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/topic_3.txt' has failed with code 100.
E   Errors:
E   ...bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bb8a0011a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bb8a05f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 465317
DEBUG    ya.test:process.py:259 Command (pid 465317) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 465317) elapsed time (sec): 17.565481424331665
DEBUG    ya.test:process.py:263 Command (pid 465317) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 465317) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 465317) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 465317) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 465317) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 465317) maxrss: 1499632
DEBUG    ya.test:process.py:263 Command (pid 465317) minflt: 994438
DEBUG    ya.test:process.py:263 Command (pid 465317) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 465317) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 465317) nivcsw: 465
DEBUG    ya.test:process.py:263 Command (pid 465317) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 465317) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 465317) nvcsw: 104196
DEBUG    ya.test:process.py:263 Command (pid 465317) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 465317) stime: 3.815309
DEBUG    ya.test:process.py:263 Command (pid 465317) utime: 11.278291
DEBUG    ya.test:process.py:263 Command (pid 465317) wtime: 17.568
DEBUG    ya.test:process.py:275 Command (pid 465317) output:
2026-01-28T17:37:49.548879Z Fetching udfs...
2026-01-28T17:37:50.130878Z Initialization of fq runner...
2026-01-28T17:37:53.623433Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.620712s
2026-01-28T17:37:54.249016Z Fetching query results...
2026-01-28T17:37:54.249046Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 465317) errors:
...0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb89feab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb89feab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb89ff2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb89ff2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb8a05eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb8a05f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bb8a05f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bb89ffc182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bb8a0011a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bb8a05f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb89ff42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb89ff49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb89fec4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bb89fecdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bb8a05f73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bb8a05f71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bb8a05f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bb8a05f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bb8a05f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bb8a05f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bb8a0a57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bb8a0a57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb8a0a576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb89faeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fb8bf107d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb89feab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb89feab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb89ff2b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb89ff2b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bb89ffc4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bb89ffc4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bb89ffc0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bb8a0011a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bb8a05f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bb8a05f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bb8a05f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bb8a05f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bb8a05f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bb8a0a57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bb8a0a57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb8a0a576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb89faeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb89ff42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb89ff44424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb89ff44424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb8a05ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb8a05eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb8a05ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bb8a061b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bb8a0012e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bb8a0012e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bb8a0012e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bb8a05f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bb8a05f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bb8a05f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bb8a05f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb89ff42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb89ff49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb89ff62524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb89ff62524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb89ff62524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb89feca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb89feca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb89ff31acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb89ff325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb89ff325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb89ff325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb89ff33e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bb89ff1ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bb8a05f7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bb8a05f7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bb8a05f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bb8a05f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bb8a05f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bb8a05f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bb8a0a57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bb8a0a57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb8a0a576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb89faeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fb8bf107d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb89feaed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bb89feaed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bb8a05ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bb8a05eece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bb8a05ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bb8a061bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bb8a0011a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bb8a05f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bb8a05f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb89feab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb89feab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb89ff2b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb89ff2b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bb89feca356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bb89feba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bb89feba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bb89ffc0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bb8a0011a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bb8a05f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bb8a05f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bb8a05f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bb8a05f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bb8a05f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bb8a0a57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bb8a0a57db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bb8a0a576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bb89faeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb89feab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb89feab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb89ff2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb89ff2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb8a05eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bb8a05ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bb8a061bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bb8a0011a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb89ff42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb89ff49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb89ff62524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb89ff62524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb89ff62524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb89feca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb89feca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb89ff31acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb89ff325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb89ff325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb89ff325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb89ff2e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bb89ff0e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bb89feba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb89feba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bb89ffc0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bb89feba511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bb89feba511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bb89febab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bb89febab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bb8a0012e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bb8a0012e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bb8a05f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb89feab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb89feab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb89ff2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb89ff2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb8a05eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bb8a05ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bb8a061bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb89ff42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb89ff44424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb89ff44424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb8a05ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb8a05eec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb8a05ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bb8a061b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bb8a0012e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bb8a0012e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bb8a0012e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bb8a05f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bb8a05f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bb8a05f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bb8a05f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb89feaed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bb89feaed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bb8a05ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb8a05ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb8a061bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb89feec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bb89feec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bb8a05ee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb8a05ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb8a061bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb89feec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bb89feec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bb8a05ee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bb8a05ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bb8a061bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bb8a0011a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bb8a05f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb89feab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb89feab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb89ff2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb89ff2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb8a05eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb8a05f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bb8a05f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bb89ffc182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bb8a0011a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bb8a05f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb89ff42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb89ff49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb89fec4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bb89fecdff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bb8a05f73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bb8a05f71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bb8a05f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bb8a05f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bb8a05f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bb8a05f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bb8a0a57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bb8a0a57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bb8a0a576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bb89faeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fb8bf107d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb89feab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb89feab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb89ff2b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb89ff2b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bb89ffc4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bb89ffc4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bb89ffc0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bb8a0011a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bb8a05f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bb8a05f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bb8a05f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bb8a05f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bb8a05f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bb8a0a57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bb8a0a57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bb8a0a576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bb89faeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb89ff42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb89ff44424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb89ff44424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb8a05ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb8a05eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb8a05ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bb8a061b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bb8a0012e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bb8a0012e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bb8a0012e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bb8a05f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bb8a05f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bb8a05f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bb8a05f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb89ff42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb89ff49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb89ff62524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb89ff62524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb89ff62524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb89feca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb89feca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb89ff31acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb89ff325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb89ff325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb89ff325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb89ff33e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bb89ff1ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bb8a05f7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bb8a05f7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bb8a05f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bb8a05f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bb8a05f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bb8a05f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bb8a0a57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bb8a0a57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bb8a0a576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bb89faeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fb8bf107d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb89feaed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bb89feaed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bb8a05ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bb8a05eece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bb8a05ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bb8a061bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bb8a0011a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bb8a05f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bb8a05f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb89feab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb89feab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb89ff2b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb89ff2b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bb89feca356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bb89feba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bb89feba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bb89ffc0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bb8a0011a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bb8a05f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bb8a05f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bb8a05f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bb8a05f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bb8a05f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bb8a0a57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bb8a0a57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bb8a0a576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bb89faeb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb89feab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb89feab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb89ff2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb89ff2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb8a05eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bb8a05ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bb8a061bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bb8a0011a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb89ff42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb89ff49fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb89ff62524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb89ff62524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb89ff62524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb89feca26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb89feca26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb89ff31acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb89ff325ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb89ff325ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb89ff325ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb89ff2e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bb89ff0e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bb89feba024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb89feba024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bb89ffc0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bb89feba511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bb89feba511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bb89febab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bb89febab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bb8a0012e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bb8a0012e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bb8a05f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb89feab3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb89feab3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb89ff2ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb89ff2ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb8a05eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bb8a05ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bb8a061bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb89ff42bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb89ff44424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb89ff44424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb8a05ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb8a05eec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb8a05ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bb8a061b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bb8a0012e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bb8a0012e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bb8a0012e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bb8a05f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bb8a05f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bb8a05f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bb8a05f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb89feaed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bb89feaed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bb8a05ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb8a05ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb8a061bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb89feec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bb89feec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bb8a05ee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb8a05ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb8a061bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb89feec0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bb89feec0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bb8a05ee99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bb8a05eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb8a05eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb8a05ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bb8a05ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bb8a061bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bb89ff1741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bb8a00147c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bb8a00147c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bb8a00147c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bb89ff16214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bb89ffbe76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bb89ffbe76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bb89ffb6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bb89ffb6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bb89ffb6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bb89ff92de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bb89ff92de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb89ffc288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bb89febb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bb8a0011a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bb8a05f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/topic_3.txt' has failed with code 100.
E   Errors:
E   ...cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #30 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #31 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #32 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
E       #33 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
E       #34 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #35 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #36 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #37 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #38 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E       #39 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
E       #40 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
E       #41 0x7bee40c21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
E       #42 0x7bee412080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
E   
E   SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 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/6vmi/00014e/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/6vmi/00014e/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/6vmi/00014e/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/results.txt', '--ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/plan.json', '--log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/topic_3.txt']' in '/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 470557
DEBUG    ya.test:process.py:259 Command (pid 470557) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 470557) elapsed time (sec): 17.031249284744263
DEBUG    ya.test:process.py:263 Command (pid 470557) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 470557) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 470557) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 470557) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 470557) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 470557) maxrss: 1510060
DEBUG    ya.test:process.py:263 Command (pid 470557) minflt: 994428
DEBUG    ya.test:process.py:263 Command (pid 470557) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 470557) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 470557) nivcsw: 366
DEBUG    ya.test:process.py:263 Command (pid 470557) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 470557) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 470557) nvcsw: 104932
DEBUG    ya.test:process.py:263 Command (pid 470557) oublock: 9640
DEBUG    ya.test:process.py:263 Command (pid 470557) stime: 3.89859
DEBUG    ya.test:process.py:263 Command (pid 470557) utime: 10.979708
DEBUG    ya.test:process.py:263 Command (pid 470557) wtime: 17.034
DEBUG    ya.test:process.py:275 Command (pid 470557) output:
2026-01-28T17:38:07.431016Z Fetching udfs...
2026-01-28T17:38:07.998439Z Initialization of fq runner...
2026-01-28T17:38:11.624666Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.623513s
2026-01-28T17:38:12.252910Z Fetching query results...
2026-01-28T17:38:12.252933Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 470557) errors:
...0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #16 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #17 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #30 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #31 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #32 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #33 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #34 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #35 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #36 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #37 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #38 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #40 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #42 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #43 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #44 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #45 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #46 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #47 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #48 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #49 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #50 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #51 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20

Indirect leak of 64 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bee40abb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bee40abb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bee40b3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bee40b3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bee411fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bee41200090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bee41200090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bee40bd182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bee40c21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bee412080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

Indirect leak of 58 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bee40b52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bee40b59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bee40ad4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bee40addff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bee412073ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bee412071ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bee41206f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bee41204a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bee41204a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bee41204ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bee41667db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bee41667db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bee416676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bee406fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #21 0x7fee5fd14d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bee40abb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bee40abb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bee40b3b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bee40b3b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bee40bd4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bee40bd4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bee40bd0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #12 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #13 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #26 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #27 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #34 0x7bee40c21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #35 0x7bee412080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bee412078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bee41204bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bee41204aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bee41204ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bee41667db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bee41667db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bee416676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bee406fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5

Indirect leak of 54 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bee40b52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bee40b54424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bee40b54424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bee411ff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bee411fec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bee411fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bee4122b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bee40c22e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bee40c22e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bee40c22e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bee412075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bee41204bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bee41204aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bee41204ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 53 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bee40b52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bee40b59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bee40b72524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bee40b72524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bee40b72524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bee40ada26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bee40ada26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bee40b41acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bee40b425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bee40b425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bee40b425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bee40b43e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bee40b2ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bee41207044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bee41207044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bee41206f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bee41204a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bee41204a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bee41204ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bee41667db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bee41667db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bee416676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bee406fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29
    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53
    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25
    #30 0x7fee5fd14d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 51 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bee40abed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bee40abed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bee411ff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bee411fece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30
    #5 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #6 0x7bee411fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #7 0x7bee4122bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #8 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #11 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #18 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #19 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #25 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #26 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #28 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #30 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #31 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #32 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #33 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #34 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #35 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #36 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #38 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #39 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #40 0x7bee40c21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #41 0x7bee412080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #42 0x7bee412078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bee40abb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bee40abb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bee40b3b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bee40b3b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bee40ada356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bee40aca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bee40aca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bee40bd0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #20 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #21 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #28 0x7bee40c21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #29 0x7bee412080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bee412078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bee41204bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bee41204aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bee41204ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bee41667db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bee41667db6 in NYql::NUdf::GetYqlPythonUdfModule(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 0x7bee416676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<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 0x7bee406fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bee40abb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bee40abb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bee40b3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bee40b3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bee411fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bee411fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #10 0x7bee4122bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #11 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #12 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #13 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #14 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #15 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #16 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #17 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #18 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #19 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #20 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #21 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #22 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #23 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #24 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #25 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #26 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #27 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #28 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #29 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #31 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #35 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #36 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #37 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #38 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #39 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #41 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #42 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #43 0x7bee40c21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bee40b52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bee40b59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bee40b72524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bee40b72524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bee40b72524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bee40ada26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bee40ada26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bee40b41acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bee40b425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bee40b425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bee40b425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bee40b3e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bee40b1e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bee40aca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bee40aca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bee40bd0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #40 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #41 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bee40aca511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bee40aca511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bee40acab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bee40acab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bee40c22e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #48 0x7bee40c22e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #49 0x7bee412075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bee40abb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bee40abb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bee40b3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bee40b3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bee411fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bee411fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bee4122bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #18 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #25 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #26 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #39 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #40 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24

Indirect leak of 46 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bee40b52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bee40b54424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bee40b54424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bee411ff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bee411fec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31
    #7 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bee411fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bee4122b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #14 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #17 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #24 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #25 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #26 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #27 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #29 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #30 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #31 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #32 0x7bee40c22e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #33 0x7bee40c22e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13
    #34 0x7bee40c22e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9
    #35 0x7bee412075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #36 0x7bee41204bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #37 0x7bee41204aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #38 0x7bee41204ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14

Indirect leak of 34 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bee40abed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bee40abed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bee411ff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bee411fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bee4122bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bee40afc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bee40afc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bee411fe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bee411fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bee4122bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #16 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #23 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #24 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #37 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #38 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

Indirect leak of 32 byte(s) in 1 object(s) allocated from:
    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bee40afc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23
    #2 0x7bee40afc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16
    #3 0x7bee411fe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18
    #4 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #7 0x7bee411fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #8 0x7bee4122bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #9 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #10 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #11 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12
    #12 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #13 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #14 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #15 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #19 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #20 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bee40c21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bee412080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #16 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #17 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #30 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #31 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #32 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #33 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #34 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #35 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #36 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #37 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #38 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #40 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #42 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #43 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #44 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #45 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #46 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #47 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #48 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #49 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #50 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #51 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n\nIndirect leak of 64 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bee40abb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bee40abb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bee40b3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bee40b3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bee411fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bee41200090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bee41200090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bee40bd182e in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bee40c21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bee412080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nIndirect leak of 58 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bee40b52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bee40b59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bee40ad4d78 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bee40addff0 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bee412073ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bee412071ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bee41206f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bee41204a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bee41204a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bee41204ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bee41667db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bee41667db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bee416676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bee406fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #18 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #19 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #21 0x7fee5fd14d8f  (/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 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bee40abb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bee40abb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bee40b3b334 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bee40b3b334 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bee40bd4686 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bee40bd4686 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bee40bd0dd7 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #12 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #13 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #26 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #27 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #34 0x7bee40c21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #35 0x7bee412080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bee412078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bee41204bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bee41204aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bee41204ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bee41667db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bee41667db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bee416676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bee406fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n\nIndirect leak of 54 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bee40b52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bee40b54424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bee40b54424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bee411ff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bee411fec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bee411fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bee4122b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bee40c22e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bee40c22e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bee40c22e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bee412075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bee41204bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bee41204aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bee41204ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 53 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bee40b52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bee40b59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bee40b72524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bee40b72524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bee40b72524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bee40ada26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bee40ada26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bee40b41acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bee40b425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bee40b425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bee40b425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bee40b43e77 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bee40b2ad0b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bee41207044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bee41207044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bee41206f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bee41204a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bee41204a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bee41204ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bee41667db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bee41667db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bee416676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bee406fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n    #27 0x00001e121ddc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:594:53\n    #28 0x00001e5beb7c in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001e104fa7 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:699:25\n    #30 0x7fee5fd14d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)\n\nIndirect leak of 51 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bee40abed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bee40abed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bee411ff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bee411fece8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1430:30\n    #5 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #6 0x7bee411fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #7 0x7bee4122bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #8 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #11 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #18 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #19 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #25 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #26 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #28 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #30 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #31 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #32 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #33 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #34 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #35 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #36 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #38 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #39 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #40 0x7bee40c21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #41 0x7bee412080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #42 0x7bee412078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bee40abb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bee40abb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bee40b3b18d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bee40b3b18d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bee40ada356 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bee40aca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bee40aca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bee40bd0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #20 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #21 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #28 0x7bee40c21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #29 0x7bee412080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bee412078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bee41204bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bee41204aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bee41204ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bee41667db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bee41667db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<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 0x7bee416676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, 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 0x7bee406fb928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002a029b89 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::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 0x00002a022e1b in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, 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 0x00003bcf5302 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:187:29\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bee40abb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bee40abb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bee40b3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bee40b3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bee411fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bee411fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #10 0x7bee4122bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #11 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #12 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #13 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #14 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #15 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #16 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #17 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #18 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #19 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #20 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #21 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #22 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #23 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #24 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #25 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #26 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #27 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #28 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #29 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #31 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #35 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #36 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #37 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #38 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #39 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #41 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #42 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #43 0x7bee40c21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bee40b52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bee40b59fbd in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bee40b72524 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bee40b72524 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bee40b72524 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bee40ada26c in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bee40ada26c in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bee40b41acd in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bee40b425ea in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bee40b425ea in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bee40b425ea in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bee40b3e5ad in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bee40b1e92a in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bee40aca024 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bee40aca024 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bee40bd0ba2 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #40 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #41 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bee40aca511 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bee40aca511 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bee40acab0d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bee40acab0d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bee40c22e53 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #48 0x7bee40c22e53 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #49 0x7bee412075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n\nIndirect leak of 48 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bee40abb3c5 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bee40abb3c5 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bee40b3ac86 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bee40b3ac86 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bee411fee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bee411fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bee4122bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #18 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #25 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #26 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #39 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #40 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n\nIndirect leak of 46 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bee40b52bab in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bee40b54424 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bee40b54424 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bee411ff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bee411fec52 in r_object /-S/contrib/tools/python3/Python/marshal.c:1409:31\n    #7 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bee411fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bee4122b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #14 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #17 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #24 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #25 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #26 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #27 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #29 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #30 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #31 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #32 0x7bee40c22e8f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #33 0x7bee40c22e8f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2329:13\n    #34 0x7bee40c22e8f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3278:9\n    #35 0x7bee412075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #36 0x7bee41204bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #37 0x7bee41204aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #38 0x7bee41204ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n\nIndirect leak of 34 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bee40abed02 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bee40abed02 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bee411ff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bee411fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bee4122bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bee40afc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bee40afc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bee411fe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bee411fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bee4122bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #16 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #23 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #24 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #37 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #38 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nIndirect leak of 32 byte(s) in 1 object(s) allocated from:\n    #0 0x00001e1f82e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bee40afc0fb in _PyLong_FromMedium /-S/contrib/tools/python3/Objects/longobject.c:210:23\n    #2 0x7bee40afc0fb in PyLong_FromLong /-S/contrib/tools/python3/Objects/longobject.c:306:16\n    #3 0x7bee411fe99f in r_object /-S/contrib/tools/python3/Python/marshal.c:1044:18\n    #4 0x7bee411fee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bee411fec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bee411fc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #7 0x7bee411fc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #8 0x7bee4122bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #9 0x7bee40b2741d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #10 0x7bee40c247c4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #11 0x7bee40c247c4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3848:12\n    #12 0x7bee40c247c4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #13 0x7bee40b26214 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #14 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #15 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #19 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #20 0x7bee40bce76c in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bee40bce76c in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bee40bc6d58 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bee40bc6d58 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bee40bc6d58 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bee40ba2de0 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bee40ba2de0 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bee40bd288d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bee40acb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11\n    #33 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15\n    #34 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9\n    #41 0x7bee40c21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14\n    #42 0x7bee412080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n\nSUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
24.64s call     test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt]
21.22s call     test_sql_streaming.py::test[watermarks-watermarks_adjust-default.txt]
20.10s call     test_sql_streaming.py::test[solomon-ReadTopicGroupWriteToSolomon-default.txt]
20.02s call     test_sql_streaming.py::test[watermarks-watermarks-default.txt]
18.17s call     test_sql_streaming.py::test[pq-WriteTwoTopics-default.txt]
17.63s call     test_sql_streaming.py::test[watermarks-watermarks_as-default.txt]
17.09s call     test_sql_streaming.py::test[watermarks-watermarks_drop-default.txt]
0.06s setup    test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt]
0.02s setup    test_sql_streaming.py::test[solomon-ReadTopicGroupWriteToSolomon-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[pq-WriteTwoTopics-default.txt]
0.01s setup    test_sql_streaming.py::test[watermarks-watermarks_drop-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/6vmi/00014e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zyelrxib/topic_3.txt' has failed with code 100.
Errors:
...ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be6078ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7be6078ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7be607a0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7be607a0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7be607981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7be607981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7be607905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7be6078aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7be6078aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7be6078aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7be607a01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7be607a01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7be607fe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[pq-WriteTwoTopics-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_dy33zurj/topic_3.txt' has failed with code 100.
Errors:
...ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bcf1f8ab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bcf1f8ab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bcf1fa0216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bcf1fa0216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bcf1f981df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bcf1f981df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bcf1f905fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bcf1f8aa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bcf1f8aa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bcf1f8aa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bcf1fa01c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bcf1fa01a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bcf1ffe80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[solomon-ReadTopicGroupWriteToSolomon-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_5j5c30io/topic_3.txt' has failed with code 100.
Errors:
...3b31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b4876d3b31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b4876d3b188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b4876e9216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b4876e9216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b4876e11df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4876e11df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b4876d95fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b4876d3a7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b4876d3a7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b4876d3a6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b4876e91c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b4876e91a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b48774780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463637 byte(s) leaked in 8684 allocation(s).
FAILED test_sql_streaming.py::test[watermarks-watermarks-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_s60bmaoe/topic_3.txt' has failed with code 100.
Errors:
...ab31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b2e99eab31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b2e99eab188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b2e9a00216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7b2e9a00216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7b2e99f81df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b2e99f81df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b2e99f05fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b2e99eaa7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b2e99eaa7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b2e99eaa6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b2e9a001c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7b2e9a001a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7b2e9a5e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[watermarks-watermarks_adjust-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_taw3wu95/topic_3.txt' has failed with code 100.
Errors:
...db31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd67c6db31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd67c6db188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd67c83216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bd67c83216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bd67c7b1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd67c7b1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd67c735fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd67c6da7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd67c6da7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd67c6da6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd67c831c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bd67c831a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bd67ce180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[watermarks-watermarks_as-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_1bcy2wsg/topic_3.txt' has failed with code 100.
Errors:
...bb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb89febb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb89febb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb8a001216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bb8a001216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bb89ff91df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb89ff91df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb89ff15fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb89feba7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb89feba7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb89feba6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb8a0011c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bb8a0011a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bb8a05f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
FAILED test_sql_streaming.py::test[watermarks-watermarks_drop-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/fq_config.conf --result-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/results.txt --ast-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/ast.txt --plan-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/plan.json --log-file=/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/log.txt --udfs-dir=/home/runner/.ya/build/build_root/6vmi/00014e/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/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/6vmi/00014e/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kmvu_tri/topic_3.txt' has failed with code 100.
Errors:
...cb31a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bee40acb31a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bee40acb188 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bee40c2216c in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2809:11
    #33 0x7bee40c2216c in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2892:15
    #34 0x7bee40ba1df7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bee40ba1df7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bee40b25fb5 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bee40aca7ec in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bee40aca7ec in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bee40aca6f2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bee40c21c44 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3078:9
    #41 0x7bee40c21a7a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2500:14
    #42 0x7bee412080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9

SUMMARY: AddressSanitizer: 463778 byte(s) leaked in 8687 allocation(s).
======================== 7 failed in 140.84s (0:02:20) =========================
